#70B819

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

Shades of Christi #70B819

Tints of Christi #70B819

Color information

#70B819 (or 0x70B819) is unknown color: approx Christi. HEX triplet: 70, B8 and 19. RGB value is (112,184,25). Sum of RGB (Red+Green+Blue) = 112+184+25=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 184 (72.27% from 255 or 57.32% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 184 - color contains mainly: green. Hex color #70B819 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70B819 is #8F47E6. Grayscale: #909090. Windows color (decimal): -9390055 or 1685616. OLE color: 1685616.

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

Color convert

RGB11218425-
CMYK0.3900.860.28
HSL87.17º76.08%40.98%-
HSV(B)87.17º86.41%72.16%-
XYZ2437.86.95-
YUV144.3560.65104.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.89%
GREEN value IS 184 (72.27% from 255) = 57.32%
BLUE value IS 25 (10.16% from 255) = 7.79%
R=34.89%
G=57.32%
B=7.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal112184250.3900.860.2887.1776.0840.98
Hex70B819270561C574c29
Octal160270314701263412711451
Binary11100001011100011001100111010101101110010101111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,184,25); }

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

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

 a { background-color: rgb(112,184,25); }

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

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

 span { border-color: rgb(112,184,25); }

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