#719A00

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

Shades of Christi #719A00

Tints of Christi #719A00

Color information

#719A00 (or 0x719A00) is unknown color: approx Christi. HEX triplet: 71, 9A and 00. RGB value is (113,154,0). Sum of RGB (Red+Green+Blue) = 113+154+0=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 154 (60.55% from 255 or 57.68% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 154 - color contains mainly: green. Hex color #719A00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719A00 is #8E65FF. Grayscale: #7C7C7C. Windows color (decimal): -9332224 or 39537. OLE color: 39537.

HSL color Cylindrical-coordinate representation of color #719A00: hue angle of 75.97º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #719A00 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB1131540-
CMYK0.27010.40
HSL75.97º100%30.2%-
HSV(B)75.97º100%60.39%-
XYZ18.3726.624.17-
YUV124.1857.92120.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.32%
GREEN value IS 154 (60.55% from 255) = 57.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.32%
G=57.68%
B=0%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal11315400.27010.4075.9710030.2
Hex719A01B064284c641e
Octal16123203301445011414436
Binary111000110011010011011011001001010001001100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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