#70a72f

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

Shades of Christi #70A72F

Tints of Christi #70A72F

Color information

#70A72F (or 0x70A72F) is unknown color: approx Christi. HEX triplet: 70, A7 and 2F. RGB value is (112,167,47). Sum of RGB (Red+Green+Blue) = 112+167+47=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 167 (65.62% from 255 or 51.23% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 167 - color contains mainly: green. Hex color #70A72F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70A72F is #8F58D0. Grayscale: #898989. Windows color (decimal): -9394385 or 3123056. OLE color: 3123056.

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

Color convert

RGB11216747-
CMYK0.3300.720.35
HSL87.5º56.07%41.96%-
HSV(B)87.5º71.86%65.49%-
XYZ21.0131.297.62-
YUV136.8877.28110.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.36%
GREEN value IS 167 (65.62% from 255) = 51.23%
BLUE value IS 47 (18.75% from 255) = 14.42%
R=34.36%
G=51.23%
B=14.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal112167470.3300.720.3587.556.0741.96
Hex70A72F210482358382a
Octal16024757410110431307052
Binary111000010100111101111100001010010001000111011000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70a72f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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