#719F21

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

Shades of Christi #719F21

Tints of Christi #719F21

Color information

#719F21 (or 0x719F21) is unknown color: approx Christi. HEX triplet: 71, 9F and 21. RGB value is (113,159,33). Sum of RGB (Red+Green+Blue) = 113+159+33=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 159 (62.5% from 255 or 52.13% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 159 - color contains mainly: green. Hex color #719F21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719F21 is #8E60DE. Grayscale: #838383. Windows color (decimal): -9330911 or 2203505. OLE color: 2203505.

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

Color convert

RGB11315933-
CMYK0.2900.790.38
HSL81.9º65.62%37.65%-
HSV(B)81.9º79.25%62.35%-
XYZ19.4828.425.9-
YUV130.8872.76115.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.05%
GREEN value IS 159 (62.5% from 255) = 52.13%
BLUE value IS 33 (13.28% from 255) = 10.82%
R=37.05%
G=52.13%
B=10.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113159330.2900.790.3881.965.6237.65
Hex719F211D04F26524226
Octal161237413501174612210246
Binary111000110011111100001111010100111110011010100101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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