#70A62A

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

Shades of Christi #70A62A

Tints of Christi #70A62A

Color information

#70A62A (or 0x70A62A) is unknown color: approx Christi. HEX triplet: 70, A6 and 2A. RGB value is (112,166,42). Sum of RGB (Red+Green+Blue) = 112+166+42=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 166 (65.23% from 255 or 51.88% from 320); Blue value is 42 (16.80% from 255 or 13.12% from 320); Max value from RGB is 166 - color contains mainly: green. Hex color #70A62A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A62A is #8F59D5. Grayscale: #888888. Windows color (decimal): -9394646 or 2795120. OLE color: 2795120.

HSL color Cylindrical-coordinate representation of color #70A62A: hue angle of 86.13º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70A62A is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB11216642-
CMYK0.3300.750.35
HSL86.13º59.62%40.78%-
HSV(B)86.13º74.7%65.1%-
XYZ20.7430.887.06-
YUV135.7275.11111.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35%
GREEN value IS 166 (65.23% from 255) = 51.88%
BLUE value IS 42 (16.80% from 255) = 13.12%
R=35%
G=51.88%
B=13.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal112166420.3300.750.3586.1359.6240.78
Hex70A62A2104B23563c29
Octal16024652410113431267451
Binary111000010100110101010100001010010111000111010110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A62A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,166,42); }

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

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

 a { background-color: rgb(112,166,42); }

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

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

 span { border-color: rgb(112,166,42); }

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