#0B7D6B

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

Shades of Pine Green #0B7D6B

Tints of Pine Green #0B7D6B

Color information

#0B7D6B (or 0x0B7D6B) is unknown color: approx Pine Green. HEX triplet: 0B, 7D and 6B. RGB value is (11,125,107). Sum of RGB (Red+Green+Blue) = 11+125+107=243 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.53% from 243); Green value is 125 (49.22% from 255 or 51.44% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 125 - color contains mainly: green. Hex color #0B7D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B7D6B is #F48294. Grayscale: #585858. Windows color (decimal): -16024213 or 7044363. OLE color: 7044363.

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

Color convert

RGB11125107-
CMYK0.9100.140.51
HSL170.53º83.82%26.67%-
HSV(B)170.53º91.2%49.02%-
XYZ10.1315.816.43-
YUV88.86138.2372.46-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.53%
GREEN value IS 125 (49.22% from 255) = 51.44%
BLUE value IS 107 (42.19% from 255) = 44.03%
R=4.53%
G=51.44%
B=44.03%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal111251070.9100.140.51170.5383.8226.67
HexB7D6B5B0E33ab541b
Octal131751531330166325312433
Binary10111111101110101110110110111011001110101011101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,125,107); }

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

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

 a { background-color: rgb(11,125,107); }

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

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

 span { border-color: rgb(11,125,107); }

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