#0B8071

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

Shades of Pine Green #0B8071

Tints of Pine Green #0B8071

Color information

#0B8071 (or 0x0B8071) is unknown color: approx Pine Green. HEX triplet: 0B, 80 and 71. RGB value is (11,128,113). Sum of RGB (Red+Green+Blue) = 11+128+113=252 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.37% from 252); Green value is 128 (50.39% from 255 or 50.79% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 128 - color contains mainly: green. Hex color #0B8071 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8071 is #F47F8E. Grayscale: #5B5B5B. Windows color (decimal): -16023439 or 7438347. OLE color: 7438347.

HSL color Cylindrical-coordinate representation of color #0B8071: hue angle of 172.31º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B8071 is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB11128113-
CMYK0.9100.120.50
HSL172.31º84.17%27.25%-
HSV(B)172.31º91.41%50.2%-
XYZ10.8416.718.28-
YUV91.31140.2470.72-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.37%
GREEN value IS 128 (50.39% from 255) = 50.79%
BLUE value IS 113 (44.53% from 255) = 44.84%
R=4.37%
G=50.79%
B=44.84%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal111281130.9100.120.50172.3184.1727.25
HexB80715B0C32ac541b
Octal132001611330146225412433
Binary101110000000111000110110110110011001010101100101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,128,113); }

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

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

 a { background-color: rgb(11,128,113); }

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

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

 span { border-color: rgb(11,128,113); }

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