#0A7470

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

Shades of Pine Green #0A7470

Tints of Pine Green #0A7470

Color information

#0A7470 (or 0x0A7470) is unknown color: approx Pine Green. HEX triplet: 0A, 74 and 70. RGB value is (10,116,112). Sum of RGB (Red+Green+Blue) = 10+116+112=238 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.20% from 238); Green value is 116 (45.70% from 255 or 48.74% from 238); Blue value is 112 (44.14% from 255 or 47.06% from 238); Max value from RGB is 116 - color contains mainly: green. Hex color #0A7470 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7470 is #F58B8F. Grayscale: #535353. Windows color (decimal): -16092048 or 7369738. OLE color: 7369738.

HSL color Cylindrical-coordinate representation of color #0A7470: hue angle of 177.74º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A7470 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB10116112-
CMYK0.9100.030.55
HSL177.74º84.13%24.71%-
HSV(B)177.74º91.38%45.49%-
XYZ9.313.7317.49-
YUV83.85143.8875.33-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.20%
GREEN value IS 116 (45.70% from 255) = 48.74%
BLUE value IS 112 (44.14% from 255) = 47.06%
R=4.20%
G=48.74%
B=47.06%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101161120.9100.030.55177.7484.1324.71
HexA74705B0337b25419
Octal12164160133036726212431
Binary101011101001110000101101101111011110110010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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