#70A526

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

Shades of Christi #70A526

Tints of Christi #70A526

Color information

#70A526 (or 0x70A526) is unknown color: approx Christi. HEX triplet: 70, A5 and 26. RGB value is (112,165,38). Sum of RGB (Red+Green+Blue) = 112+165+38=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 165 (64.84% from 255 or 52.38% from 315); Blue value is 38 (15.23% from 255 or 12.06% from 315); Max value from RGB is 165 - color contains mainly: green. Hex color #70A526 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A526 is #8F5AD9. Grayscale: #878787. Windows color (decimal): -9394906 or 2532720. OLE color: 2532720.

HSL color Cylindrical-coordinate representation of color #70A526: hue angle of 85.04º 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 #70A526 is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB11216538-
CMYK0.3200.770.35
HSL85.04º62.56%39.8%-
HSV(B)85.04º76.97%64.71%-
XYZ20.4930.496.64-
YUV134.6773.44111.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.56%
GREEN value IS 165 (64.84% from 255) = 52.38%
BLUE value IS 38 (15.23% from 255) = 12.06%
R=35.56%
G=52.38%
B=12.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal112165380.3200.770.3585.0462.5639.8
Hex70A5262004D23553f28
Octal16024546400115431257750
Binary111000010100101100110100000010011011000111010101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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