#70AA31

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

Shades of Christi #70AA31

Tints of Christi #70AA31

Color information

#70AA31 (or 0x70AA31) is unknown color: approx Christi. HEX triplet: 70, AA and 31. RGB value is (112,170,49). Sum of RGB (Red+Green+Blue) = 112+170+49=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 170 (66.80% from 255 or 51.36% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AA31 is #8F55CE. Grayscale: #8B8B8B. Windows color (decimal): -9393615 or 3254896. OLE color: 3254896.

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

Color convert

RGB11217049-
CMYK0.3400.710.33
HSL88.76º55.25%42.94%-
HSV(B)88.76º71.18%66.67%-
XYZ21.6132.428.02-
YUV138.8677.28108.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.84%
GREEN value IS 170 (66.80% from 255) = 51.36%
BLUE value IS 49 (19.53% from 255) = 14.80%
R=33.84%
G=51.36%
B=14.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112170490.3400.710.3388.7655.2542.94
Hex70AA31220472159372b
Octal16025261420107411316753
Binary111000010101010110001100010010001111000011011001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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