#70B711

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

Shades of Christi #70B711

Tints of Christi #70B711

Color information

#70B711 (or 0x70B711) is unknown color: approx Christi. HEX triplet: 70, B7 and 11. RGB value is (112,183,17). Sum of RGB (Red+Green+Blue) = 112+183+17=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 183 (71.88% from 255 or 58.65% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 183 - color contains mainly: green. Hex color #70B711 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70B711 is #8F48EE. Grayscale: #8F8F8F. Windows color (decimal): -9390319 or 1161072. OLE color: 1161072.

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

Color convert

RGB11218317-
CMYK0.3900.910.28
HSL85.66º83%39.22%-
HSV(B)85.66º90.71%71.76%-
XYZ23.7237.356.49-
YUV142.8556.98106-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.90%
GREEN value IS 183 (71.88% from 255) = 58.65%
BLUE value IS 17 (7.03% from 255) = 5.45%
R=35.90%
G=58.65%
B=5.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal112183170.3900.910.2885.668339.22
Hex70B7112705B1C565327
Octal160267214701333412612347
Binary11100001011011110001100111010110111110010101101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,183,17); }

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

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

 a { background-color: rgb(112,183,17); }

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

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

 span { border-color: rgb(112,183,17); }

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