#0B7873

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

Shades of Pine Green #0B7873

Tints of Pine Green #0B7873

Color information

#0B7873 (or 0x0B7873) is unknown color: approx Pine Green. HEX triplet: 0B, 78 and 73. RGB value is (11,120,115). Sum of RGB (Red+Green+Blue) = 11+120+115=246 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.47% from 246); Green value is 120 (47.27% from 255 or 48.78% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 120 - color contains mainly: green. Hex color #0B7873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7873 is #F4878C. Grayscale: #565656. Windows color (decimal): -16025485 or 7567371. OLE color: 7567371.

HSL color Cylindrical-coordinate representation of color #0B7873: hue angle of 177.25º 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 #0B7873 is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB11120115-
CMYK0.9100.040.53
HSL177.25º83.21%25.69%-
HSV(B)177.25º90.83%47.06%-
XYZ9.9514.7418.54-
YUV86.84143.8973.91-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.47%
GREEN value IS 120 (47.27% from 255) = 48.78%
BLUE value IS 115 (45.31% from 255) = 46.75%
R=4.47%
G=48.78%
B=46.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal111201150.9100.040.53177.2583.2125.69
HexB78735B0435b1531a
Octal13170163133046526112332
Binary1011111100011100111011011010011010110110001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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