#0B7672

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

Shades of Pine Green #0B7672

Tints of Pine Green #0B7672

Color information

#0B7672 (or 0x0B7672) is unknown color: approx Pine Green. HEX triplet: 0B, 76 and 72. RGB value is (11,118,114). Sum of RGB (Red+Green+Blue) = 11+118+114=243 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.53% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #0B7672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7672 is #F4898D. Grayscale: #555555. Windows color (decimal): -16025998 or 7501323. OLE color: 7501323.

HSL color Cylindrical-coordinate representation of color #0B7672: hue angle of 177.76º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7672 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11118114-
CMYK0.9100.030.54
HSL177.76º82.95%25.29%-
HSV(B)177.76º90.68%46.27%-
XYZ9.6514.2418.16-
YUV85.55144.0574.83-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.53%
GREEN value IS 118 (46.48% from 255) = 48.56%
BLUE value IS 114 (44.92% from 255) = 46.91%
R=4.53%
G=48.56%
B=46.91%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111181140.9100.030.54177.7682.9525.29
HexB76725B0336b25319
Octal13166162133036626212331
Binary101111101101110010101101101111011010110010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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