#0A7972

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

Shades of Pine Green #0A7972

Tints of Pine Green #0A7972

Color information

#0A7972 (or 0x0A7972) is unknown color: approx Pine Green. HEX triplet: 0A, 79 and 72. RGB value is (10,121,114). Sum of RGB (Red+Green+Blue) = 10+121+114=245 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.08% from 245); Green value is 121 (47.66% from 255 or 49.39% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 121 - color contains mainly: green. Hex color #0A7972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7972 is #F5868D. Grayscale: #565656. Windows color (decimal): -16090766 or 7502090. OLE color: 7502090.

HSL color Cylindrical-coordinate representation of color #0A7972: hue angle of 176.22º 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 #0A7972 is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB10121114-
CMYK0.9200.060.53
HSL176.22º84.73%25.69%-
HSV(B)176.22º91.74%47.45%-
XYZ1014.9518.28-
YUV87.01143.2373.07-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.08%
GREEN value IS 121 (47.66% from 255) = 49.39%
BLUE value IS 114 (44.92% from 255) = 46.53%
R=4.08%
G=49.39%
B=46.53%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101211140.9200.060.53176.2284.7325.69
HexA79725C0635b0551a
Octal12171162134066526012532
Binary1010111100111100101011100011011010110110000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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