#719F16

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

Shades of Christi #719F16

Tints of Christi #719F16

Color information

#719F16 (or 0x719F16) is unknown color: approx Christi. HEX triplet: 71, 9F and 16. RGB value is (113,159,22). Sum of RGB (Red+Green+Blue) = 113+159+22=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 159 (62.5% from 255 or 54.08% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 159 - color contains mainly: green. Hex color #719F16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719F16 is #8E60E9. Grayscale: #828282. Windows color (decimal): -9330922 or 1482609. OLE color: 1482609.

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

Color convert

RGB11315922-
CMYK0.2900.860.38
HSL80.15º75.69%35.49%-
HSV(B)80.15º86.16%62.35%-
XYZ19.3528.365.21-
YUV129.6367.26116.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.44%
GREEN value IS 159 (62.5% from 255) = 54.08%
BLUE value IS 22 (8.98% from 255) = 7.48%
R=38.44%
G=54.08%
B=7.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113159220.2900.860.3880.1575.6935.49
Hex719F161D05626504c23
Octal161237263501264612011443
Binary11100011001111110110111010101011010011010100001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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