#70A514

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

Shades of Christi #70A514

Tints of Christi #70A514

Color information

#70A514 (or 0x70A514) is unknown color: approx Christi. HEX triplet: 70, A5 and 14. RGB value is (112,165,20). Sum of RGB (Red+Green+Blue) = 112+165+20=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 165 (64.84% from 255 or 55.56% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 165 - color contains mainly: green. Hex color #70A514 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70A514 is #8F5AEB. Grayscale: #858585. Windows color (decimal): -9394924 or 1353072. OLE color: 1353072.

HSL color Cylindrical-coordinate representation of color #70A514: hue angle of 81.93º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70A514 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB11216520-
CMYK0.3200.880.35
HSL81.93º78.38%36.27%-
HSV(B)81.93º87.88%64.71%-
XYZ20.2630.415.46-
YUV132.6264.44113.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.71%
GREEN value IS 165 (64.84% from 255) = 55.56%
BLUE value IS 20 (8.20% from 255) = 6.73%
R=37.71%
G=55.56%
B=6.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal112165200.3200.880.3581.9378.3836.27
Hex70A5142005823524e24
Octal160245244001304312211644
Binary111000010100101101001000000101100010001110100101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,165,20); }

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

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

 a { background-color: rgb(112,165,20); }

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

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

 span { border-color: rgb(112,165,20); }

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