#0A796E

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

Shades of Pine Green #0A796E

Tints of Pine Green #0A796E

Color information

#0A796E (or 0x0A796E) is unknown color: approx Pine Green. HEX triplet: 0A, 79 and 6E. RGB value is (10,121,110). Sum of RGB (Red+Green+Blue) = 10+121+110=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 121 (47.66% from 255 or 50.21% from 241); Blue value is 110 (43.36% from 255 or 45.64% from 241); Max value from RGB is 121 - color contains mainly: green. Hex color #0A796E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A796E is #F58691. Grayscale: #565656. Windows color (decimal): -16090770 or 7239946. OLE color: 7239946.

HSL color Cylindrical-coordinate representation of color #0A796E: hue angle of 174.05º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A796E is Cyan = 0.92, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB10121110-
CMYK0.9200.090.53
HSL174.05º84.73%25.69%-
HSV(B)174.05º91.74%47.45%-
XYZ9.7814.8717.11-
YUV86.56141.2373.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.15%
GREEN value IS 121 (47.66% from 255) = 50.21%
BLUE value IS 110 (43.36% from 255) = 45.64%
R=4.15%
G=50.21%
B=45.64%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101211100.9200.090.53174.0584.7325.69
HexA796E5C0935ae551a
Octal121711561340116525612532
Binary10101111001110111010111000100111010110101110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,121,110); }

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

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

 a { background-color: rgb(10,121,110); }

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

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

 span { border-color: rgb(10,121,110); }

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