#0B706D

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

Shades of Pine Green #0B706D

Tints of Pine Green #0B706D

Color information

#0B706D (or 0x0B706D) is unknown color: approx Pine Green. HEX triplet: 0B, 70 and 6D. RGB value is (11,112,109). Sum of RGB (Red+Green+Blue) = 11+112+109=232 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.74% from 232); Green value is 112 (44.14% from 255 or 48.28% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 112 - color contains mainly: green. Hex color #0B706D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B706D is #F48F92. Grayscale: #515151. Windows color (decimal): -16027539 or 7172107. OLE color: 7172107.

HSL color Cylindrical-coordinate representation of color #0B706D: hue angle of 178.22º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B706D is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11112109-
CMYK0.9000.030.56
HSL178.22º82.11%24.12%-
HSV(B)178.22º90.18%43.92%-
XYZ8.6912.7616.47-
YUV81.46143.5477.74-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.74%
GREEN value IS 112 (44.14% from 255) = 48.28%
BLUE value IS 109 (42.97% from 255) = 46.98%
R=4.74%
G=48.28%
B=46.98%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111121090.9000.030.56178.2282.1124.12
HexB706D5A0338b25218
Octal13160155132037026212230
Binary101111100001101101101101001111100010110010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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