#719D14

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

Shades of Christi #719D14

Tints of Christi #719D14

Color information

#719D14 (or 0x719D14) is unknown color: approx Christi. HEX triplet: 71, 9D and 14. RGB value is (113,157,20). Sum of RGB (Red+Green+Blue) = 113+157+20=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 157 (61.72% from 255 or 54.14% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 157 - color contains mainly: green. Hex color #719D14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719D14 is #8E62EB. Grayscale: #808080. Windows color (decimal): -9331436 or 1351025. OLE color: 1351025.

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

Color convert

RGB11315720-
CMYK0.2800.870.38
HSL79.27º77.4%34.71%-
HSV(B)79.27º87.26%61.57%-
XYZ18.9927.685-
YUV128.2366.92117.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.97%
GREEN value IS 157 (61.72% from 255) = 54.14%
BLUE value IS 20 (8.20% from 255) = 6.90%
R=38.97%
G=54.14%
B=6.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113157200.2800.870.3879.2777.434.71
Hex719D141C057264f4d23
Octal161235243401274611711543
Binary11100011001110110100111000101011110011010011111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,157,20); }

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

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

 a { background-color: rgb(113,157,20); }

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

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

 span { border-color: rgb(113,157,20); }

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