#718421

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

Shades of Olive Drab #718421

Tints of Olive Drab #718421

Color information

#718421 (or 0x718421) is unknown color: approx Olive Drab. HEX triplet: 71, 84 and 21. RGB value is (113,132,33). Sum of RGB (Red+Green+Blue) = 113+132+33=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 132 (51.95% from 255 or 47.48% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 132 - color contains mainly: green. Hex color #718421 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718421 is #8E7BDE. Grayscale: #737373. Windows color (decimal): -9337823 or 2196593. OLE color: 2196593.

HSL color Cylindrical-coordinate representation of color #718421: hue angle of 71.52º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #718421 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB11313233-
CMYK0.1400.750.48
HSL71.52º60%32.35%-
HSV(B)71.52º75%51.76%-
XYZ15.3420.124.51-
YUV115.0381.71126.55-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.65%
GREEN value IS 132 (51.95% from 255) = 47.48%
BLUE value IS 33 (13.28% from 255) = 11.87%
R=40.65%
G=47.48%
B=11.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113132330.1400.750.4871.526032.35
Hex718421E04B30483c20
Octal16120441160113601107440
Binary1110001100001001000011110010010111100001001000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718421; }

 p { color: rgb(113,132,33); }

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

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

 a { background-color: rgb(113,132,33); }

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

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

 span { border-color: rgb(113,132,33); }

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