#70B920

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

Shades of Christi #70B920

Tints of Christi #70B920

Color information

#70B920 (or 0x70B920) is unknown color: approx Christi. HEX triplet: 70, B9 and 20. RGB value is (112,185,32). Sum of RGB (Red+Green+Blue) = 112+185+32=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 185 (72.66% from 255 or 56.23% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 185 - color contains mainly: green. Hex color #70B920 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B920 is #8F46DF. Grayscale: #929292. Windows color (decimal): -9389792 or 2144624. OLE color: 2144624.

HSL color Cylindrical-coordinate representation of color #70B920: hue angle of 88.63º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #70B920 is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB11218532-
CMYK0.3900.830.27
HSL88.63º70.51%42.55%-
HSV(B)88.63º82.7%72.55%-
XYZ24.2938.257.47-
YUV145.7363.82103.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.04%
GREEN value IS 185 (72.66% from 255) = 56.23%
BLUE value IS 32 (12.89% from 255) = 9.73%
R=34.04%
G=56.23%
B=9.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal112185320.3900.830.2788.6370.5142.55
Hex70B920270531B59472b
Octal160271404701233313110753
Binary111000010111001100000100111010100111101110110011000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,185,32); }

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

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

 a { background-color: rgb(112,185,32); }

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

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

 span { border-color: rgb(112,185,32); }

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