#70A717

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

Shades of Christi #70A717

Tints of Christi #70A717

Color information

#70A717 (or 0x70A717) is unknown color: approx Christi. HEX triplet: 70, A7 and 17. RGB value is (112,167,23). Sum of RGB (Red+Green+Blue) = 112+167+23=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 167 (65.62% from 255 or 55.30% from 302); Blue value is 23 (9.38% from 255 or 7.62% from 302); Max value from RGB is 167 - color contains mainly: green. Hex color #70A717 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70A717 is #8F58E8. Grayscale: #868686. Windows color (decimal): -9394409 or 1550192. OLE color: 1550192.

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

Color convert

RGB11216723-
CMYK0.3300.860.35
HSL82.92º75.79%37.25%-
HSV(B)82.92º86.23%65.49%-
XYZ20.6631.145.73-
YUV134.1465.28112.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.09%
GREEN value IS 167 (65.62% from 255) = 55.30%
BLUE value IS 23 (9.38% from 255) = 7.62%
R=37.09%
G=55.30%
B=7.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal112167230.3300.860.3582.9275.7937.25
Hex70A7172105623534c25
Octal160247274101264312311445
Binary111000010100111101111000010101011010001110100111001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,167,23); }

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

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

 a { background-color: rgb(112,167,23); }

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

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

 span { border-color: rgb(112,167,23); }

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