#70B929

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

Shades of Christi #70B929

Tints of Christi #70B929

Color information

#70B929 (or 0x70B929) is unknown color: approx Christi. HEX triplet: 70, B9 and 29. RGB value is (112,185,41). Sum of RGB (Red+Green+Blue) = 112+185+41=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 185 (72.66% from 255 or 54.73% from 338); Blue value is 41 (16.41% from 255 or 12.13% from 338); Max value from RGB is 185 - color contains mainly: green. Hex color #70B929 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70B929 is #8F46D6. Grayscale: #939393. Windows color (decimal): -9389783 or 2734448. OLE color: 2734448.

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

Color convert

RGB11218541-
CMYK0.3900.780.27
HSL90.42º63.72%44.31%-
HSV(B)90.42º77.84%72.55%-
XYZ24.4338.38.2-
YUV146.7668.32103.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.14%
GREEN value IS 185 (72.66% from 255) = 54.73%
BLUE value IS 41 (16.41% from 255) = 12.13%
R=33.14%
G=54.73%
B=12.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal112185410.3900.780.2790.4263.7244.31
Hex70B9292704E1B5a402c
Octal160271514701163313210054
Binary111000010111001101001100111010011101101110110101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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