#70B629

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

Shades of Christi #70B629

Tints of Christi #70B629

Color information

#70B629 (or 0x70B629) is unknown color: approx Christi. HEX triplet: 70, B6 and 29. RGB value is (112,182,41). Sum of RGB (Red+Green+Blue) = 112+182+41=335 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.43% from 335); Green value is 182 (71.48% from 255 or 54.33% from 335); Blue value is 41 (16.41% from 255 or 12.24% from 335); Max value from RGB is 182 - color contains mainly: green. Hex color #70B629 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B629 is #8F49D6. Grayscale: #919191. Windows color (decimal): -9390551 or 2733680. OLE color: 2733680.

HSL color Cylindrical-coordinate representation of color #70B629: hue angle of 89.79º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #70B629 is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.

Color convert

RGB11218241-
CMYK0.3800.770.29
HSL89.79º63.23%43.73%-
HSV(B)89.79º77.47%71.37%-
XYZ23.8137.068-
YUV14569.31104.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.43%
GREEN value IS 182 (71.48% from 255) = 54.33%
BLUE value IS 41 (16.41% from 255) = 12.24%
R=33.43%
G=54.33%
B=12.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal112182410.3800.770.2989.7963.2343.73
Hex70B6292604D1D5a3f2c
Octal16026651460115351327754
Binary11100001011011010100110011001001101111011011010111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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