#70A726

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

Shades of Christi #70A726

Tints of Christi #70A726

Color information

#70A726 (or 0x70A726) is unknown color: approx Christi. HEX triplet: 70, A7 and 26. RGB value is (112,167,38). Sum of RGB (Red+Green+Blue) = 112+167+38=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 167 (65.62% from 255 or 52.68% from 317); Blue value is 38 (15.23% from 255 or 11.99% from 317); Max value from RGB is 167 - color contains mainly: green. Hex color #70A726 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A726 is #8F58D9. Grayscale: #888888. Windows color (decimal): -9394394 or 2533232. OLE color: 2533232.

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

Color convert

RGB11216738-
CMYK0.3300.770.35
HSL85.58º62.93%40.2%-
HSV(B)85.58º77.25%65.49%-
XYZ20.8531.226.76-
YUV135.8572.78110.99-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.33%
GREEN value IS 167 (65.62% from 255) = 52.68%
BLUE value IS 38 (15.23% from 255) = 11.99%
R=35.33%
G=52.68%
B=11.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal112167380.3300.770.3585.5862.9340.2
Hex70A7262104D23563f28
Octal16024746410115431267750
Binary111000010100111100110100001010011011000111010110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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