#70AA05

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

Shades of Christi #70AA05

Tints of Christi #70AA05

Color information

#70AA05 (or 0x70AA05) is unknown color: approx Christi. HEX triplet: 70, AA and 05. RGB value is (112,170,5). Sum of RGB (Red+Green+Blue) = 112+170+5=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 170 (66.80% from 255 or 59.23% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70AA05 is #8F55FA. Grayscale: #868686. Windows color (decimal): -9393659 or 371312. OLE color: 371312.

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

Color convert

RGB1121705-
CMYK0.3400.970.33
HSL81.09º94.29%34.31%-
HSV(B)81.09º97.06%66.67%-
XYZ21.0832.215.25-
YUV133.8555.28112.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.02%
GREEN value IS 170 (66.80% from 255) = 59.23%
BLUE value IS 5 (2.34% from 255) = 1.74%
R=39.02%
G=59.23%
B=1.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11217050.3400.970.3381.0994.2934.31
Hex70AA52206121515e22
Octal16025254201414112113642
Binary1110000101010101011000100110000110000110100011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AA05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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