#70A323

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

Shades of Christi #70A323

Tints of Christi #70A323

Color information

#70A323 (or 0x70A323) is unknown color: approx Christi. HEX triplet: 70, A3 and 23. RGB value is (112,163,35). Sum of RGB (Red+Green+Blue) = 112+163+35=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 163 (64.06% from 255 or 52.58% from 310); Blue value is 35 (14.06% from 255 or 11.29% from 310); Max value from RGB is 163 - color contains mainly: green. Hex color #70A323 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A323 is #8F5CDC. Grayscale: #858585. Windows color (decimal): -9395421 or 2335600. OLE color: 2335600.

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

Color convert

RGB11216335-
CMYK0.3100.790.36
HSL83.91º64.65%38.82%-
HSV(B)83.91º78.53%63.92%-
XYZ20.0829.766.28-
YUV133.1672.6112.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.13%
GREEN value IS 163 (64.06% from 255) = 52.58%
BLUE value IS 35 (14.06% from 255) = 11.29%
R=36.13%
G=52.58%
B=11.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal112163350.3100.790.3683.9164.6538.82
Hex70A3231F04F24544127
Octal160243433701174412410147
Binary111000010100011100011111110100111110010010101001000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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