#719F11

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

Shades of Christi #719F11

Tints of Christi #719F11

Color information

#719F11 (or 0x719F11) is unknown color: approx Christi. HEX triplet: 71, 9F and 11. RGB value is (113,159,17). Sum of RGB (Red+Green+Blue) = 113+159+17=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 159 (62.5% from 255 or 55.02% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 159 - color contains mainly: green. Hex color #719F11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719F11 is #8E60EE. Grayscale: #818181. Windows color (decimal): -9330927 or 1154929. OLE color: 1154929.

HSL color Cylindrical-coordinate representation of color #719F11: hue angle of 79.44º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #719F11 is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB11315917-
CMYK0.2900.890.38
HSL79.44º80.68%34.51%-
HSV(B)79.44º89.31%62.35%-
XYZ19.3128.354.98-
YUV129.0664.76116.55-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.10%
GREEN value IS 159 (62.5% from 255) = 55.02%
BLUE value IS 17 (7.03% from 255) = 5.88%
R=39.10%
G=55.02%
B=5.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113159170.2900.890.3879.4480.6834.51
Hex719F111D059264f5123
Octal161237213501314611712143
Binary11100011001111110001111010101100110011010011111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719F11; }

 p { color: rgb(113,159,17); }

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

<style>
 a { background-color: #719F11; }

 a { background-color: rgb(113,159,17); }

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

<style>
 span { border-color: #719F11; }

 span { border-color: rgb(113,159,17); }

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