#0B706B

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

Shades of Pine Green #0B706B

Tints of Pine Green #0B706B

Color information

#0B706B (or 0x0B706B) is unknown color: approx Pine Green. HEX triplet: 0B, 70 and 6B. RGB value is (11,112,107). Sum of RGB (Red+Green+Blue) = 11+112+107=230 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.78% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 107 (42.19% from 255 or 46.52% from 230); Max value from RGB is 112 - color contains mainly: green. Hex color #0B706B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B706B is #F48F94. Grayscale: #515151. Windows color (decimal): -16027541 or 7041035. OLE color: 7041035.

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

Color convert

RGB11112107-
CMYK0.9000.040.56
HSL177.03º82.11%24.12%-
HSV(B)177.03º90.18%43.92%-
XYZ8.5912.7215.91-
YUV81.23142.5477.91-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.78%
GREEN value IS 112 (44.14% from 255) = 48.70%
BLUE value IS 107 (42.19% from 255) = 46.52%
R=4.78%
G=48.70%
B=46.52%

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
Decimal111121070.9000.040.56177.0382.1124.12
HexB706B5A0438b15218
Octal13160153132047026112230
Binary1011111000011010111011010010011100010110001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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