#0A7F70

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

Shades of Pine Green #0A7F70

Tints of Pine Green #0A7F70

Color information

#0A7F70 (or 0x0A7F70) is unknown color: approx Pine Green. HEX triplet: 0A, 7F and 70. RGB value is (10,127,112). Sum of RGB (Red+Green+Blue) = 10+127+112=249 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.02% from 249); Green value is 127 (50% from 255 or 51.00% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 127 - color contains mainly: green. Hex color #0A7F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7F70 is #F5808F. Grayscale: #5A5A5A. Windows color (decimal): -16089232 or 7372554. OLE color: 7372554.

HSL color Cylindrical-coordinate representation of color #0A7F70: hue angle of 172.31º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7F70 is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB10127112-
CMYK0.9200.120.50
HSL172.31º85.4%26.86%-
HSV(B)172.31º92.13%49.8%-
XYZ10.6416.4117.94-
YUV90.31140.2470.72-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.02%
GREEN value IS 127 (50% from 255) = 51.00%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=4.02%
G=51.00%
B=44.98%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal101271120.9200.120.50172.3185.426.86
HexA7F705C0C32ac551b
Octal121771601340146225412533
Binary10101111111111000010111000110011001010101100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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