#0B6F76

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

Shades of Surfie Green #0B6F76

Tints of Surfie Green #0B6F76

Color information

#0B6F76 (or 0x0B6F76) is unknown color: approx Surfie Green. HEX triplet: 0B, 6F and 76. RGB value is (11,111,118). Sum of RGB (Red+Green+Blue) = 11+111+118=240 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.58% from 240); Green value is 111 (43.75% from 255 or 46.25% from 240); Blue value is 118 (46.48% from 255 or 49.17% from 240); Max value from RGB is 118 - color contains mainly: blue. Hex color #0B6F76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6F76 is #F49089. Grayscale: #515151. Windows color (decimal): -16027786 or 7761675. OLE color: 7761675.

HSL color Cylindrical-coordinate representation of color #0B6F76: hue angle of 183.93º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B6F76 is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11111118-
CMYK0.910.0600.54
HSL183.93º82.95%25.29%-
HSV(B)183.93º90.68%46.27%-
XYZ9.0912.7519.12-
YUV81.9148.3777.43-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.58%
GREEN value IS 111 (43.75% from 255) = 46.25%
BLUE value IS 118 (46.48% from 255) = 49.17%
R=4.58%
G=46.25%
B=49.17%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111111180.910.0600.54183.9382.9525.29
HexB6F765B6036b85319
Octal13157166133606627012331
Binary1011110111111101101011011110011011010111000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,111,118); }

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

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

 a { background-color: rgb(11,111,118); }

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

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

 span { border-color: rgb(11,111,118); }

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