#70A00F

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

Shades of Christi #70A00F

Tints of Christi #70A00F

Color information

#70A00F (or 0x70A00F) is unknown color: approx Christi. HEX triplet: 70, A0 and 0F. RGB value is (112,160,15). Sum of RGB (Red+Green+Blue) = 112+160+15=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 160 (62.89% from 255 or 55.75% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 160 - color contains mainly: green. Hex color #70A00F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70A00F is #8F5FF0. Grayscale: #818181. Windows color (decimal): -9396209 or 1024112. OLE color: 1024112.

HSL color Cylindrical-coordinate representation of color #70A00F: hue angle of 79.86º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70A00F is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB11216015-
CMYK0.3000.910.37
HSL79.86º82.86%34.31%-
HSV(B)79.86º90.62%62.75%-
XYZ19.3428.624.96-
YUV129.1263.6115.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.02%
GREEN value IS 160 (62.89% from 255) = 55.75%
BLUE value IS 15 (6.25% from 255) = 5.23%
R=39.02%
G=55.75%
B=5.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal112160150.3000.910.3779.8682.8634.31
Hex70A0F1E05B25505322
Octal160240173601334512012342
Binary1110000101000001111111100101101110010110100001010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,160,15); }

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

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

 a { background-color: rgb(112,160,15); }

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

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

 span { border-color: rgb(112,160,15); }

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