#0A706C

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

Shades of Pine Green #0A706C

Tints of Pine Green #0A706C

Color information

#0A706C (or 0x0A706C) is unknown color: approx Pine Green. HEX triplet: 0A, 70 and 6C. RGB value is (10,112,108). Sum of RGB (Red+Green+Blue) = 10+112+108=230 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.35% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 112 - color contains mainly: green. Hex color #0A706C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A706C is #F58F93. Grayscale: #505050. Windows color (decimal): -16093076 or 7106570. OLE color: 7106570.

HSL color Cylindrical-coordinate representation of color #0A706C: hue angle of 177.65º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A706C is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB10112108-
CMYK0.9100.040.56
HSL177.65º83.61%23.92%-
HSV(B)177.65º91.07%43.92%-
XYZ8.6312.7416.19-
YUV81.05143.2177.33-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.35%
GREEN value IS 112 (44.14% from 255) = 48.70%
BLUE value IS 108 (42.58% from 255) = 46.96%
R=4.35%
G=48.70%
B=46.96%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101121080.9100.040.56177.6583.6123.92
HexA706C5B0438b25418
Octal12160154133047026212430
Binary1010111000011011001011011010011100010110010101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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