#719E00

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

Shades of Christi #719E00

Tints of Christi #719E00

Color information

#719E00 (or 0x719E00) is unknown color: approx Christi. HEX triplet: 71, 9E and 00. RGB value is (113,158,0). Sum of RGB (Red+Green+Blue) = 113+158+0=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 158 (62.11% from 255 or 58.30% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 158 - color contains mainly: green. Hex color #719E00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719E00 is #8E61FF. Grayscale: #7F7F7F. Windows color (decimal): -9331200 or 40561. OLE color: 40561.

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

Color convert

RGB1131580-
CMYK0.28010.38
HSL77.09º100%30.98%-
HSV(B)77.09º100%61.96%-
XYZ19.0427.964.39-
YUV126.5356.59118.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.70%
GREEN value IS 158 (62.11% from 255) = 58.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.70%
G=58.30%
B=0%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11315800.28010.3877.0910030.98
Hex719E01C064264d641f
Octal16123603401444611514437
Binary111000110011110011100011001001001101001101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,158,0); }

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

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

 a { background-color: rgb(113,158,0); }

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

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

 span { border-color: rgb(113,158,0); }

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