#70B729

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

Shades of Christi #70B729

Tints of Christi #70B729

Color information

#70B729 (or 0x70B729) is unknown color: approx Christi. HEX triplet: 70, B7 and 29. RGB value is (112,183,41). Sum of RGB (Red+Green+Blue) = 112+183+41=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 183 (71.88% from 255 or 54.46% from 336); Blue value is 41 (16.41% from 255 or 12.20% from 336); Max value from RGB is 183 - color contains mainly: green. Hex color #70B729 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B729 is #8F48D6. Grayscale: #929292. Windows color (decimal): -9390295 or 2733936. OLE color: 2733936.

HSL color Cylindrical-coordinate representation of color #70B729: hue angle of 90º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70B729 is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB11218341-
CMYK0.3900.780.28
HSL90º63.39%43.92%-
HSV(B)90º77.6%71.76%-
XYZ24.0237.478.06-
YUV145.5868.98104.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.33%
GREEN value IS 183 (71.88% from 255) = 54.46%
BLUE value IS 41 (16.41% from 255) = 12.20%
R=33.33%
G=54.46%
B=12.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal112183410.3900.780.289063.3943.92
Hex70B7292704E1C5a3f2c
Octal16026751470116341327754
Binary11100001011011110100110011101001110111001011010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,183,41); }

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

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

 a { background-color: rgb(112,183,41); }

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

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

 span { border-color: rgb(112,183,41); }

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