#70A316

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

Shades of Christi #70A316

Tints of Christi #70A316

Color information

#70A316 (or 0x70A316) is unknown color: approx Christi. HEX triplet: 70, A3 and 16. RGB value is (112,163,22). Sum of RGB (Red+Green+Blue) = 112+163+22=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 163 (64.06% from 255 or 54.88% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 163 - color contains mainly: green. Hex color #70A316 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70A316 is #8F5CE9. Grayscale: #848484. Windows color (decimal): -9395434 or 1483632. OLE color: 1483632.

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

Color convert

RGB11216322-
CMYK0.3100.870.36
HSL81.7º76.22%36.27%-
HSV(B)81.7º86.5%63.92%-
XYZ19.9229.75.44-
YUV131.6866.1113.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.71%
GREEN value IS 163 (64.06% from 255) = 54.88%
BLUE value IS 22 (8.98% from 255) = 7.41%
R=37.71%
G=54.88%
B=7.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal112163220.3100.870.3681.776.2236.27
Hex70A3161F05724524c24
Octal160243263701274412211444
Binary11100001010001110110111110101011110010010100101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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