#70AA78

Color #70AA78 Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #70AA78

Tints of Oxley #70AA78

Color information

#70AA78 (or 0x70AA78) is unknown color: approx Oxley. HEX triplet: 70, AA and 78. RGB value is (112,170,120). Sum of RGB (Red+Green+Blue) = 112+170+120=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AA78 is #8F5587. Grayscale: #939393. Windows color (decimal): -9393544 or 7907952. OLE color: 7907952.

HSL color Cylindrical-coordinate representation of color #70AA78: hue angle of 128.28º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70AA78 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB112170120-
CMYK0.3400.290.33
HSL128.28º25.44%55.29%-
HSV(B)128.28º34.12%66.67%-
XYZ24.4533.5522.96-
YUV146.96112.78103.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.86%
GREEN value IS 170 (66.80% from 255) = 42.29%
BLUE value IS 120 (47.27% from 255) = 29.85%
R=27.86%
G=42.29%
B=29.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121701200.3400.290.33128.2825.4455.29
Hex70AA782201D21801937
Octal16025217042035412003167
Binary11100001010101011110001000100111011000011000000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70AA78; }

 p { color: rgb(112,170,120); }

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

<style>
 a { background-color: #70AA78; }

 a { background-color: rgb(112,170,120); }

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

<style>
 span { border-color: #70AA78; }

 span { border-color: rgb(112,170,120); }

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