#0B706A

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

Shades of Pine Green #0B706A

Tints of Pine Green #0B706A

Color information

#0B706A (or 0x0B706A) is unknown color: approx Pine Green. HEX triplet: 0B, 70 and 6A. RGB value is (11,112,106). Sum of RGB (Red+Green+Blue) = 11+112+106=229 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.80% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 106 (41.80% from 255 or 46.29% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #0B706A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B706A is #F48F95. Grayscale: #515151. Windows color (decimal): -16027542 or 6975499. OLE color: 6975499.

HSL color Cylindrical-coordinate representation of color #0B706A: hue angle of 176.44º 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 #0B706A is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB11112106-
CMYK0.9000.050.56
HSL176.44º82.11%24.12%-
HSV(B)176.44º90.18%43.92%-
XYZ8.5312.715.64-
YUV81.12142.0477.99-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.80%
GREEN value IS 112 (44.14% from 255) = 48.91%
BLUE value IS 106 (41.80% from 255) = 46.29%
R=4.80%
G=48.91%
B=46.29%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111121060.9000.050.56176.4482.1124.12
HexB706A5A0538b05218
Octal13160152132057026012230
Binary1011111000011010101011010010111100010110000101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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