#0b707b

Color #0B707B Surfie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surfie Green #0B707B

Tints of Surfie Green #0B707B

Color information

#0B707B (or 0x0B707B) is unknown color: approx Surfie Green. HEX triplet: 0B, 70 and 7B. RGB value is (11,112,123). Sum of RGB (Red+Green+Blue) = 11+112+123=246 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.47% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 123 (48.44% from 255 or 50% from 246); Max value from RGB is 123 - color contains mainly: blue. Hex color #0B707B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B707B is #F48F84. Grayscale: #525252. Windows color (decimal): -16027525 or 8089611. OLE color: 8089611.

HSL color Cylindrical-coordinate representation of color #0B707B: hue angle of 185.89º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B707B is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11112123-
CMYK0.910.0900.52
HSL185.89º83.58%26.27%-
HSV(B)185.89º91.06%48.24%-
XYZ9.5113.0920.76-
YUV83.06150.5476.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 11 (4.69% from 255) = 4.47%
GREEN value IS 112 (44.14% from 255) = 45.53%
BLUE value IS 123 (48.44% from 255) = 50%
R=4.47%
G=45.53%
B=50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal111121230.910.0900.52185.8983.5826.27
HexB707B5B9034ba541a
Octal131601731331106427212432
Binary10111110000111101110110111001011010010111010101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b707b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0b707b; }

 p { color: rgb(11,112,123); }

 H1.HeaderClassName
 {
   color: #0b707b;
 }
 .AnyTagClassName
 {
   color: #0b707b;
 }
</style>
background-color css

<style>
 a { background-color: #0b707b; }

 a { background-color: rgb(11,112,123); }

 div.DivClassName
 {
   background-color: #0b707b;
 }
 .BgClassName
 {
   background-color: #0b707b;
 }
</style>
border-color css

<style>
 span { border-color: #0b707b; }

 span { border-color: rgb(11,112,123); }

 td.TdClassName
 {
   border-color: #0b707b;
 }
 .TagClassName
 {
   border-color: #0b707b;
 }
</style>