#70AA00

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

Shades of Christi #70AA00

Tints of Christi #70AA00

Color information

#70AA00 (or 0x70AA00) is unknown color: approx Christi. HEX triplet: 70, AA and 00. RGB value is (112,170,0). Sum of RGB (Red+Green+Blue) = 112+170+0=282 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.72% from 282); Green value is 170 (66.80% from 255 or 60.28% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70AA00 is #8F55FF. Grayscale: #858585. Windows color (decimal): -9393664 or 43632. OLE color: 43632.

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

Color convert

RGB1121700-
CMYK0.34010.33
HSL80.47º100%33.33%-
HSV(B)80.47º100%66.67%-
XYZ21.0632.195.1-
YUV133.2852.78112.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.72%
GREEN value IS 170 (66.80% from 255) = 60.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.72%
G=60.28%
B=0%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11217000.34010.3380.4710033.33
Hex70AA02206421506421
Octal16025204201444112014441
Binary11100001010101001000100110010010000110100001100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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