#0b6f6c

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

Shades of Pine Green #0B6F6C

Tints of Pine Green #0B6F6C

Color information

#0B6F6C (or 0x0B6F6C) is unknown color: approx Pine Green. HEX triplet: 0B, 6F and 6C. RGB value is (11,111,108). Sum of RGB (Red+Green+Blue) = 11+111+108=230 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.78% from 230); Green value is 111 (43.75% from 255 or 48.26% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 111 - color contains mainly: green. Hex color #0B6F6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6F6C is #F49093. Grayscale: #505050. Windows color (decimal): -16027796 or 7106315. OLE color: 7106315.

HSL color Cylindrical-coordinate representation of color #0B6F6C: hue angle of 178.2º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B6F6C is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11111108-
CMYK0.9000.030.56
HSL178.2º81.97%23.92%-
HSV(B)178.2º90.09%43.53%-
XYZ8.5312.5216.15-
YUV80.76143.3778.24-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.78%
GREEN value IS 111 (43.75% from 255) = 48.26%
BLUE value IS 108 (42.58% from 255) = 46.96%
R=4.78%
G=48.26%
B=46.96%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111111080.9000.030.56178.281.9723.92
HexB6F6C5A0338b25218
Octal13157154132037026212230
Binary101111011111101100101101001111100010110010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b6f6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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