#70A706

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

Shades of Christi #70A706

Tints of Christi #70A706

Color information

#70A706 (or 0x70A706) is unknown color: approx Christi. HEX triplet: 70, A7 and 06. RGB value is (112,167,6). Sum of RGB (Red+Green+Blue) = 112+167+6=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 167 (65.62% from 255 or 58.60% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 167 - color contains mainly: green. Hex color #70A706 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70A706 is #8F58F9. Grayscale: #848484. Windows color (decimal): -9394426 or 436080. OLE color: 436080.

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

Color convert

RGB1121676-
CMYK0.3300.960.35
HSL80.5º93.06%33.92%-
HSV(B)80.5º96.41%65.49%-
XYZ20.5331.15.09-
YUV132.256.78113.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.30%
GREEN value IS 167 (65.62% from 255) = 58.60%
BLUE value IS 6 (2.73% from 255) = 2.11%
R=39.30%
G=58.60%
B=2.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal11216760.3300.960.3580.593.0633.92
Hex70A762106023505d22
Octal16024764101404312013542
Binary1110000101001111101000010110000010001110100001011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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