#70A20F

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

Shades of Christi #70A20F

Tints of Christi #70A20F

Color information

#70A20F (or 0x70A20F) is unknown color: approx Christi. HEX triplet: 70, A2 and 0F. RGB value is (112,162,15). Sum of RGB (Red+Green+Blue) = 112+162+15=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 162 (63.67% from 255 or 56.06% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 162 - color contains mainly: green. Hex color #70A20F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70A20F is #8F5DF0. Grayscale: #828282. Windows color (decimal): -9395697 or 1024624. OLE color: 1024624.

HSL color Cylindrical-coordinate representation of color #70A20F: hue angle of 80.41º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70A20F is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB11216215-
CMYK0.3100.910.36
HSL80.41º83.05%34.71%-
HSV(B)80.41º90.74%63.53%-
XYZ19.6929.325.07-
YUV130.2962.94114.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.75%
GREEN value IS 162 (63.67% from 255) = 56.06%
BLUE value IS 15 (6.25% from 255) = 5.19%
R=38.75%
G=56.06%
B=5.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal112162150.3100.910.3680.4183.0534.71
Hex70A2F1F05B24505323
Octal160242173701334412012343
Binary1110000101000101111111110101101110010010100001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,162,15); }

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

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

 a { background-color: rgb(112,162,15); }

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

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

 span { border-color: rgb(112,162,15); }

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