#70B70F

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

Shades of Christi #70B70F

Tints of Christi #70B70F

Color information

#70B70F (or 0x70B70F) is unknown color: approx Christi. HEX triplet: 70, B7 and 0F. RGB value is (112,183,15). Sum of RGB (Red+Green+Blue) = 112+183+15=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 183 (71.88% from 255 or 59.03% from 310); Blue value is 15 (6.25% from 255 or 4.84% from 310); Max value from RGB is 183 - color contains mainly: green. Hex color #70B70F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70B70F is #8F48F0. Grayscale: #8F8F8F. Windows color (decimal): -9390321 or 1030000. OLE color: 1030000.

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

Color convert

RGB11218315-
CMYK0.3900.920.28
HSL85.36º84.85%38.82%-
HSV(B)85.36º91.8%71.76%-
XYZ23.737.356.41-
YUV142.6255.98106.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.13%
GREEN value IS 183 (71.88% from 255) = 59.03%
BLUE value IS 15 (6.25% from 255) = 4.84%
R=36.13%
G=59.03%
B=4.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal112183150.3900.920.2885.3684.8538.82
Hex70B7F2705C1C555527
Octal160267174701343412512547
Binary1110000101101111111100111010111001110010101011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B70F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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