#0B6E69

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

Shades of Pine Green #0B6E69

Tints of Pine Green #0B6E69

Color information

#0B6E69 (or 0x0B6E69) is unknown color: approx Pine Green. HEX triplet: 0B, 6E and 69. RGB value is (11,110,105). Sum of RGB (Red+Green+Blue) = 11+110+105=226 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.87% from 226); Green value is 110 (43.36% from 255 or 48.67% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 110 - color contains mainly: green. Hex color #0B6E69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6E69 is #F49196. Grayscale: #4F4F4F. Windows color (decimal): -16028055 or 6909451. OLE color: 6909451.

HSL color Cylindrical-coordinate representation of color #0B6E69: hue angle of 176.97º 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 #0B6E69 is Cyan = 0.9, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB11110105-
CMYK0.900.050.57
HSL176.97º81.82%23.73%-
HSV(B)176.97º90%43.14%-
XYZ8.2612.2415.29-
YUV79.83142.278.91-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.87%
GREEN value IS 110 (43.36% from 255) = 48.67%
BLUE value IS 105 (41.41% from 255) = 46.46%
R=4.87%
G=48.67%
B=46.46%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal111101050.900.050.57176.9781.8223.73
HexB6E695A0539b15218
Octal13156151132057126112230
Binary1011110111011010011011010010111100110110001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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