#719905

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

Shades of Christi #719905

Tints of Christi #719905

Color information

#719905 (or 0x719905) is unknown color: approx Christi. HEX triplet: 71, 99 and 05. RGB value is (113,153,5). Sum of RGB (Red+Green+Blue) = 113+153+5=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 153 (60.16% from 255 or 56.46% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 153 - color contains mainly: green. Hex color #719905 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719905 is #8E66FA. Grayscale: #7C7C7C. Windows color (decimal): -9332475 or 366961. OLE color: 366961.

HSL color Cylindrical-coordinate representation of color #719905: hue angle of 76.22º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #719905 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB1131535-
CMYK0.2600.970.4
HSL76.22º93.67%30.98%-
HSV(B)76.22º96.73%60%-
XYZ18.2326.34.26-
YUV124.1760.75120.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.70%
GREEN value IS 153 (60.16% from 255) = 56.46%
BLUE value IS 5 (2.34% from 255) = 1.85%
R=41.70%
G=56.46%
B=1.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal11315350.2600.970.476.2293.6730.98
Hex719951A061284c5e1f
Octal16123153201415011413637
Binary11100011001100110111010011000011010001001100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719905; }

 p { color: rgb(113,153,5); }

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

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

 a { background-color: rgb(113,153,5); }

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

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

 span { border-color: rgb(113,153,5); }

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