#0B7F6C

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

Shades of Pine Green #0B7F6C

Tints of Pine Green #0B7F6C

Color information

#0B7F6C (or 0x0B7F6C) is unknown color: approx Pine Green. HEX triplet: 0B, 7F and 6C. RGB value is (11,127,108). Sum of RGB (Red+Green+Blue) = 11+127+108=246 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.47% from 246); Green value is 127 (50% from 255 or 51.63% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 127 - color contains mainly: green. Hex color #0B7F6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7F6C is #F48093. Grayscale: #5A5A5A. Windows color (decimal): -16023700 or 7110411. OLE color: 7110411.

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

Color convert

RGB11127108-
CMYK0.9100.150.50
HSL170.17º84.06%27.06%-
HSV(B)170.17º91.34%49.8%-
XYZ10.4316.3316.79-
YUV90.15138.0771.54-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.47%
GREEN value IS 127 (50% from 255) = 51.63%
BLUE value IS 108 (42.58% from 255) = 43.90%
R=4.47%
G=51.63%
B=43.90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal111271080.9100.150.50170.1784.0627.06
HexB7F6C5B0F32aa541b
Octal131771541330176225212433
Binary10111111111110110010110110111111001010101010101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,127,108); }

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

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

 a { background-color: rgb(11,127,108); }

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

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

 span { border-color: rgb(11,127,108); }

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