#0A7C70

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

Shades of Pine Green #0A7C70

Tints of Pine Green #0A7C70

Color information

#0A7C70 (or 0x0A7C70) is unknown color: approx Pine Green. HEX triplet: 0A, 7C and 70. RGB value is (10,124,112). Sum of RGB (Red+Green+Blue) = 10+124+112=246 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.07% from 246); Green value is 124 (48.83% from 255 or 50.41% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 124 - color contains mainly: green. Hex color #0A7C70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7C70 is #F5838F. Grayscale: #585858. Windows color (decimal): -16090000 or 7371786. OLE color: 7371786.

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

Color convert

RGB10124112-
CMYK0.9200.100.51
HSL173.68º85.07%26.27%-
HSV(B)173.68º91.94%48.63%-
XYZ10.2615.6517.81-
YUV88.55141.2371.98-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.07%
GREEN value IS 124 (48.83% from 255) = 50.41%
BLUE value IS 112 (44.14% from 255) = 45.53%
R=4.07%
G=50.41%
B=45.53%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101241120.9200.100.51173.6885.0726.27
HexA7C705C0A33ae551a
Octal121741601340126325612532
Binary10101111100111000010111000101011001110101110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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