#70A30D

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

Shades of Christi #70A30D

Tints of Christi #70A30D

Color information

#70A30D (or 0x70A30D) is unknown color: approx Christi. HEX triplet: 70, A3 and 0D. RGB value is (112,163,13). Sum of RGB (Red+Green+Blue) = 112+163+13=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 163 (64.06% from 255 or 56.60% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 163 - color contains mainly: green. Hex color #70A30D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70A30D is #8F5CF2. Grayscale: #838383. Windows color (decimal): -9395443 or 893808. OLE color: 893808.

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

Color convert

RGB11216313-
CMYK0.3100.920.36
HSL80.4º85.23%34.51%-
HSV(B)80.4º92.02%63.92%-
XYZ19.8529.675.06-
YUV130.6561.6114.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.89%
GREEN value IS 163 (64.06% from 255) = 56.60%
BLUE value IS 13 (5.47% from 255) = 4.51%
R=38.89%
G=56.60%
B=4.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal112163130.3100.920.3680.485.2334.51
Hex70A3D1F05C24505523
Octal160243153701344412012543
Binary1110000101000111101111110101110010010010100001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A30D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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