#0B7972

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

Shades of Pine Green #0B7972

Tints of Pine Green #0B7972

Color information

#0B7972 (or 0x0B7972) is unknown color: approx Pine Green. HEX triplet: 0B, 79 and 72. RGB value is (11,121,114). Sum of RGB (Red+Green+Blue) = 11+121+114=246 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.47% from 246); Green value is 121 (47.66% from 255 or 49.19% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 121 - color contains mainly: green. Hex color #0B7972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7972 is #F4868D. Grayscale: #575757. Windows color (decimal): -16025230 or 7502091. OLE color: 7502091.

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

Color convert

RGB11121114-
CMYK0.9100.060.53
HSL176.18º83.33%25.88%-
HSV(B)176.18º90.91%47.45%-
XYZ10.0114.9618.28-
YUV87.31143.0673.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.47%
GREEN value IS 121 (47.66% from 255) = 49.19%
BLUE value IS 114 (44.92% from 255) = 46.34%
R=4.47%
G=49.19%
B=46.34%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal111211140.9100.060.53176.1883.3325.88
HexB79725B0635b0531a
Octal13171162133066526012332
Binary1011111100111100101011011011011010110110000101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,121,114); }

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

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

 a { background-color: rgb(11,121,114); }

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

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

 span { border-color: rgb(11,121,114); }

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