#0A7D72

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

Shades of Pine Green #0A7D72

Tints of Pine Green #0A7D72

Color information

#0A7D72 (or 0x0A7D72) is unknown color: approx Pine Green. HEX triplet: 0A, 7D and 72. RGB value is (10,125,114). Sum of RGB (Red+Green+Blue) = 10+125+114=249 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.02% from 249); Green value is 125 (49.22% from 255 or 50.20% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 125 - color contains mainly: green. Hex color #0A7D72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7D72 is #F5828D. Grayscale: #595959. Windows color (decimal): -16089742 or 7503114. OLE color: 7503114.

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

Color convert

RGB10125114-
CMYK0.9200.090.51
HSL174.26º85.19%26.47%-
HSV(B)174.26º92%49.02%-
XYZ10.515.9518.44-
YUV89.36141.971.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.02%
GREEN value IS 125 (49.22% from 255) = 50.20%
BLUE value IS 114 (44.92% from 255) = 45.78%
R=4.02%
G=50.20%
B=45.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101251140.9200.090.51174.2685.1926.47
HexA7D725C0933ae551a
Octal121751621340116325612532
Binary10101111101111001010111000100111001110101110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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