#70A821

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

Shades of Christi #70A821

Tints of Christi #70A821

Color information

#70A821 (or 0x70A821) is unknown color: approx Christi. HEX triplet: 70, A8 and 21. RGB value is (112,168,33). Sum of RGB (Red+Green+Blue) = 112+168+33=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 168 (66.02% from 255 or 53.67% from 313); Blue value is 33 (13.28% from 255 or 10.54% from 313); Max value from RGB is 168 - color contains mainly: green. Hex color #70A821 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A821 is #8F57DE. Grayscale: #888888. Windows color (decimal): -9394143 or 2205808. OLE color: 2205808.

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

Color convert

RGB11216833-
CMYK0.3300.800.34
HSL84.89º67.16%39.41%-
HSV(B)84.89º80.36%65.88%-
XYZ20.9631.566.43-
YUV135.8769.95110.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.78%
GREEN value IS 168 (66.02% from 255) = 53.67%
BLUE value IS 33 (13.28% from 255) = 10.54%
R=35.78%
G=53.67%
B=10.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal112168330.3300.800.3484.8967.1639.41
Hex70A8212105022554327
Octal160250414101204212510347
Binary1110000101010001000011000010101000010001010101011000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,168,33); }

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

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

 a { background-color: rgb(112,168,33); }

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

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

 span { border-color: rgb(112,168,33); }

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