#719F02

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

Shades of Christi #719F02

Tints of Christi #719F02

Color information

#719F02 (or 0x719F02) is unknown color: approx Christi. HEX triplet: 71, 9F and 02. RGB value is (113,159,2). Sum of RGB (Red+Green+Blue) = 113+159+2=274 (36% of max value = 765). Red value is 113 (44.53% from 255 or 41.24% from 274); Green value is 159 (62.5% from 255 or 58.03% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 159 - color contains mainly: green. Hex color #719F02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719F02 is #8E60FD. Grayscale: #7F7F7F. Windows color (decimal): -9330942 or 171889. OLE color: 171889.

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

Color convert

RGB1131592-
CMYK0.2900.990.38
HSL77.58º97.52%31.57%-
HSV(B)77.58º98.74%62.35%-
XYZ19.2228.314.51-
YUV127.3557.26117.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.24%
GREEN value IS 159 (62.5% from 255) = 58.03%
BLUE value IS 2 (1.17% from 255) = 0.73%
R=41.24%
G=58.03%
B=0.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11315920.2900.990.3877.5897.5231.57
Hex719F21D063264e6220
Octal16123723501434611614240
Binary11100011001111110111010110001110011010011101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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