#719422

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

Shades of Olive Drab #719422

Tints of Olive Drab #719422

Color information

#719422 (or 0x719422) is unknown color: approx Olive Drab. HEX triplet: 71, 94 and 22. RGB value is (113,148,34). Sum of RGB (Red+Green+Blue) = 113+148+34=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 148 (58.20% from 255 or 50.17% from 295); Blue value is 34 (13.67% from 255 or 11.53% from 295); Max value from RGB is 148 - color contains mainly: green. Hex color #719422 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719422 is #8E6BDD. Grayscale: #7C7C7C. Windows color (decimal): -9333726 or 2266225. OLE color: 2266225.

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

Color convert

RGB11314834-
CMYK0.2400.770.42
HSL78.42º62.64%35.69%-
HSV(B)78.42º77.03%58.04%-
XYZ17.6924.815.37-
YUV124.5476.9119.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.31%
GREEN value IS 148 (58.20% from 255) = 50.17%
BLUE value IS 34 (13.67% from 255) = 11.53%
R=38.31%
G=50.17%
B=11.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113148340.2400.770.4278.4262.6435.69
Hex7194221804D2A4e3f24
Octal16122442300115521167744
Binary11100011001010010001011000010011011010101001110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719422; }

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

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

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

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

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

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

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

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