#70A51A

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

Shades of Christi #70A51A

Tints of Christi #70A51A

Color information

#70A51A (or 0x70A51A) is unknown color: approx Christi. HEX triplet: 70, A5 and 1A. RGB value is (112,165,26). Sum of RGB (Red+Green+Blue) = 112+165+26=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 165 (64.84% from 255 or 54.46% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 165 - color contains mainly: green. Hex color #70A51A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A51A is #8F5AE5. Grayscale: #858585. Windows color (decimal): -9394918 or 1746288. OLE color: 1746288.

HSL color Cylindrical-coordinate representation of color #70A51A: hue angle of 82.88º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #70A51A is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB11216526-
CMYK0.3200.840.35
HSL82.88º72.77%37.45%-
HSV(B)82.88º84.24%64.71%-
XYZ20.3230.435.78-
YUV133.3167.44112.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.96%
GREEN value IS 165 (64.84% from 255) = 54.46%
BLUE value IS 26 (10.55% from 255) = 8.58%
R=36.96%
G=54.46%
B=8.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal112165260.3200.840.3582.8872.7737.45
Hex70A51A2005423534925
Octal160245324001244312311145
Binary111000010100101110101000000101010010001110100111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A51A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,165,26); }

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

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

 a { background-color: rgb(112,165,26); }

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

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

 span { border-color: rgb(112,165,26); }

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