#70B904

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

Shades of Christi #70B904

Tints of Christi #70B904

Color information

#70B904 (or 0x70B904) is unknown color: approx Christi. HEX triplet: 70, B9 and 04. RGB value is (112,185,4). Sum of RGB (Red+Green+Blue) = 112+185+4=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 185 (72.66% from 255 or 61.46% from 301); Blue value is 4 (1.95% from 255 or 1.33% from 301); Max value from RGB is 185 - color contains mainly: green. Hex color #70B904 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70B904 is #8F46FB. Grayscale: #8F8F8F. Windows color (decimal): -9389820 or 309616. OLE color: 309616.

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

Color convert

RGB1121854-
CMYK0.3900.980.27
HSL84.2º95.77%37.06%-
HSV(B)84.2º97.84%72.55%-
XYZ24.0538.156.21-
YUV142.5449.82106.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.21%
GREEN value IS 185 (72.66% from 255) = 61.46%
BLUE value IS 4 (1.95% from 255) = 1.33%
R=37.21%
G=61.46%
B=1.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal11218540.3900.980.2784.295.7737.06
Hex70B94270621B546025
Octal16027144701423312414045
Binary111000010111001100100111011000101101110101001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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