#719420

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

Shades of Olive Drab #719420

Tints of Olive Drab #719420

Color information

#719420 (or 0x719420) is unknown color: approx Olive Drab. HEX triplet: 71, 94 and 20. RGB value is (113,148,32). Sum of RGB (Red+Green+Blue) = 113+148+32=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 148 (58.20% from 255 or 50.51% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 148 - color contains mainly: green. Hex color #719420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719420 is #8E6BDF. Grayscale: #7C7C7C. Windows color (decimal): -9333728 or 2135153. OLE color: 2135153.

HSL color Cylindrical-coordinate representation of color #719420: hue angle of 78.1º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #719420 is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB11314832-
CMYK0.2400.780.42
HSL78.1º64.44%35.29%-
HSV(B)78.1º78.38%58.04%-
XYZ17.6624.795.22-
YUV124.3175.9119.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.57%
GREEN value IS 148 (58.20% from 255) = 50.51%
BLUE value IS 32 (12.89% from 255) = 10.92%
R=38.57%
G=50.51%
B=10.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113148320.2400.780.4278.164.4435.29
Hex7194201804E2A4e4023
Octal161224403001165211610043
Binary111000110010100100000110000100111010101010011101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719420; }

 p { color: rgb(113,148,32); }

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

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

 a { background-color: rgb(113,148,32); }

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

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

 span { border-color: rgb(113,148,32); }

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