#0B7869

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

Shades of Pine Green #0B7869

Tints of Pine Green #0B7869

Color information

#0B7869 (or 0x0B7869) is unknown color: approx Pine Green. HEX triplet: 0B, 78 and 69. RGB value is (11,120,105). Sum of RGB (Red+Green+Blue) = 11+120+105=236 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.66% from 236); Green value is 120 (47.27% from 255 or 50.85% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 120 - color contains mainly: green. Hex color #0B7869 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7869 is #F48796. Grayscale: #555555. Windows color (decimal): -16025495 or 6912011. OLE color: 6912011.

HSL color Cylindrical-coordinate representation of color #0B7869: hue angle of 171.74º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7869 is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB11120105-
CMYK0.9100.130.53
HSL171.74º83.21%25.69%-
HSV(B)171.74º90.83%47.06%-
XYZ9.414.5215.67-
YUV85.7138.8974.72-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.66%
GREEN value IS 120 (47.27% from 255) = 50.85%
BLUE value IS 105 (41.41% from 255) = 44.49%
R=4.66%
G=50.85%
B=44.49%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal111201050.9100.130.53171.7483.2125.69
HexB78695B0D35ac531a
Octal131701511330156525412332
Binary10111111000110100110110110110111010110101100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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