#0B6E6C

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

Shades of Pine Green #0B6E6C

Tints of Pine Green #0B6E6C

Color information

#0B6E6C (or 0x0B6E6C) is unknown color: approx Pine Green. HEX triplet: 0B, 6E and 6C. RGB value is (11,110,108). Sum of RGB (Red+Green+Blue) = 11+110+108=229 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.80% from 229); Green value is 110 (43.36% from 255 or 48.03% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 110 - color contains mainly: green. Hex color #0B6E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6E6C is #F49193. Grayscale: #505050. Windows color (decimal): -16028052 or 7106059. OLE color: 7106059.

HSL color Cylindrical-coordinate representation of color #0B6E6C: hue angle of 178.79º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6E6C is Cyan = 0.9, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB11110108-
CMYK0.900.020.57
HSL178.79º81.82%23.73%-
HSV(B)178.79º90%43.14%-
XYZ8.4212.3116.12-
YUV80.17143.778.66-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.80%
GREEN value IS 110 (43.36% from 255) = 48.03%
BLUE value IS 108 (42.58% from 255) = 47.16%
R=4.80%
G=48.03%
B=47.16%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal111101080.900.020.57178.7981.8223.73
HexB6E6C5A0239b35218
Octal13156154132027126312230
Binary101111011101101100101101001011100110110011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,110,108); }

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

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

 a { background-color: rgb(11,110,108); }

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

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

 span { border-color: rgb(11,110,108); }

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