#0B706C

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

Shades of Pine Green #0B706C

Tints of Pine Green #0B706C

Color information

#0B706C (or 0x0B706C) is unknown color: approx Pine Green. HEX triplet: 0B, 70 and 6C. RGB value is (11,112,108). Sum of RGB (Red+Green+Blue) = 11+112+108=231 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.76% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 112 - color contains mainly: green. Hex color #0B706C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B706C is #F48F93. Grayscale: #515151. Windows color (decimal): -16027540 or 7106571. OLE color: 7106571.

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

Color convert

RGB11112108-
CMYK0.9000.040.56
HSL177.62º82.11%24.12%-
HSV(B)177.62º90.18%43.92%-
XYZ8.6412.7416.19-
YUV81.34143.0477.83-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.76%
GREEN value IS 112 (44.14% from 255) = 48.48%
BLUE value IS 108 (42.58% from 255) = 46.75%
R=4.76%
G=48.48%
B=46.75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111121080.9000.040.56177.6282.1124.12
HexB706C5A0438b25218
Octal13160154132047026212230
Binary1011111000011011001011010010011100010110010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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