#70A312

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

Shades of Christi #70A312

Tints of Christi #70A312

Color information

#70A312 (or 0x70A312) is unknown color: approx Christi. HEX triplet: 70, A3 and 12. RGB value is (112,163,18). Sum of RGB (Red+Green+Blue) = 112+163+18=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 163 (64.06% from 255 or 55.63% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 163 - color contains mainly: green. Hex color #70A312 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70A312 is #8F5CED. Grayscale: #838383. Windows color (decimal): -9395438 or 1221488. OLE color: 1221488.

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

Color convert

RGB11216318-
CMYK0.3100.890.36
HSL81.1º80.11%35.49%-
HSV(B)81.1º88.96%63.92%-
XYZ19.8929.685.25-
YUV131.2264.1114.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.23%
GREEN value IS 163 (64.06% from 255) = 55.63%
BLUE value IS 18 (7.42% from 255) = 6.14%
R=38.23%
G=55.63%
B=6.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal112163180.3100.890.3681.180.1135.49
Hex70A3121F05924515023
Octal160243223701314412112043
Binary11100001010001110010111110101100110010010100011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,163,18); }

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

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

 a { background-color: rgb(112,163,18); }

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

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

 span { border-color: rgb(112,163,18); }

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