#70AA1B

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

Shades of Christi #70AA1B

Tints of Christi #70AA1B

Color information

#70AA1B (or 0x70AA1B) is unknown color: approx Christi. HEX triplet: 70, AA and 1B. RGB value is (112,170,27). Sum of RGB (Red+Green+Blue) = 112+170+27=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 170 (66.80% from 255 or 55.02% from 309); Blue value is 27 (10.94% from 255 or 8.74% from 309); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AA1B is #8F55E4. Grayscale: #888888. Windows color (decimal): -9393637 or 1813104. OLE color: 1813104.

HSL color Cylindrical-coordinate representation of color #70AA1B: hue angle of 84.34º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #70AA1B is Cyan = 0.34, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB11217027-
CMYK0.3400.840.33
HSL84.34º72.59%38.63%-
HSV(B)84.34º84.12%66.67%-
XYZ21.2532.276.15-
YUV136.3666.28110.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.25%
GREEN value IS 170 (66.80% from 255) = 55.02%
BLUE value IS 27 (10.94% from 255) = 8.74%
R=36.25%
G=55.02%
B=8.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112170270.3400.840.3384.3472.5938.63
Hex70AA1B2205421544927
Octal160252334201244112411147
Binary111000010101010110111000100101010010000110101001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AA1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,170,27); }

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

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

 a { background-color: rgb(112,170,27); }

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

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

 span { border-color: rgb(112,170,27); }

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