#719B00

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

Shades of Christi #719B00

Tints of Christi #719B00

Color information

#719B00 (or 0x719B00) is unknown color: approx Christi. HEX triplet: 71, 9B and 00. RGB value is (113,155,0). Sum of RGB (Red+Green+Blue) = 113+155+0=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 155 (60.94% from 255 or 57.84% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 155 - color contains mainly: green. Hex color #719B00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719B00 is #8E64FF. Grayscale: #7D7D7D. Windows color (decimal): -9331968 or 39793. OLE color: 39793.

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

Color convert

RGB1131550-
CMYK0.27010.39
HSL76.26º100%30.39%-
HSV(B)76.26º100%60.78%-
XYZ18.5326.954.23-
YUV124.7757.59119.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.16%
GREEN value IS 155 (60.94% from 255) = 57.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.16%
G=57.84%
B=0%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11315500.27010.3976.2610030.39
Hex719B01B064274c641e
Octal16123303301444711414436
Binary111000110011011011011011001001001111001100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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