#0B7F6D

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

Shades of Pine Green #0B7F6D

Tints of Pine Green #0B7F6D

Color information

#0B7F6D (or 0x0B7F6D) is unknown color: approx Pine Green. HEX triplet: 0B, 7F and 6D. RGB value is (11,127,109). Sum of RGB (Red+Green+Blue) = 11+127+109=247 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.45% from 247); Green value is 127 (50% from 255 or 51.42% from 247); Blue value is 109 (42.97% from 255 or 44.13% from 247); Max value from RGB is 127 - color contains mainly: green. Hex color #0B7F6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7F6D is #F48092. Grayscale: #5A5A5A. Windows color (decimal): -16023699 or 7175947. OLE color: 7175947.

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

Color convert

RGB11127109-
CMYK0.9100.140.50
HSL170.69º84.06%27.06%-
HSV(B)170.69º91.34%49.8%-
XYZ10.4916.3517.07-
YUV90.26138.5771.46-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.45%
GREEN value IS 127 (50% from 255) = 51.42%
BLUE value IS 109 (42.97% from 255) = 44.13%
R=4.45%
G=51.42%
B=44.13%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal111271090.9100.140.50170.6984.0627.06
HexB7F6D5B0E32ab541b
Octal131771551330166225312433
Binary10111111111110110110110110111011001010101011101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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