#719100

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

Shades of Olive #719100

Tints of Olive #719100

Color information

#719100 (or 0x719100) is unknown color: approx Olive. HEX triplet: 71, 91 and 00. RGB value is (113,145,0). Sum of RGB (Red+Green+Blue) = 113+145+0=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 145 (57.03% from 255 or 56.20% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 145 - color contains mainly: green. Hex color #719100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719100 is #8E6EFF. Grayscale: #777777. Windows color (decimal): -9334528 or 37233. OLE color: 37233.

HSL color Cylindrical-coordinate representation of color #719100: hue angle of 73.24º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #719100 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB1131450-
CMYK0.22010.43
HSL73.24º100%28.43%-
HSV(B)73.24º100%56.86%-
XYZ16.9423.763.69-
YUV118.960.9123.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.80%
GREEN value IS 145 (57.03% from 255) = 56.20%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.80%
G=56.20%
B=0%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11314500.22010.4373.2410028.43
Hex71910160642B49641c
Octal16122102601445311114434
Binary111000110010001010110011001001010111001001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719100; }

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

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

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

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

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

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

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

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