#718522

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

Shades of Olive Drab #718522

Tints of Olive Drab #718522

Color information

#718522 (or 0x718522) is unknown color: approx Olive Drab. HEX triplet: 71, 85 and 22. RGB value is (113,133,34). Sum of RGB (Red+Green+Blue) = 113+133+34=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 34 (13.67% from 255 or 12.14% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #718522 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718522 is #8E7ADD. Grayscale: #747474. Windows color (decimal): -9337566 or 2262385. OLE color: 2262385.

HSL color Cylindrical-coordinate representation of color #718522: hue angle of 72.12º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #718522 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB11313334-
CMYK0.1500.740.48
HSL72.12º59.28%32.75%-
HSV(B)72.12º74.44%52.16%-
XYZ15.4920.44.63-
YUV115.7381.87126.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.36%
GREEN value IS 133 (52.34% from 255) = 47.5%
BLUE value IS 34 (13.67% from 255) = 12.14%
R=40.36%
G=47.5%
B=12.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113133340.1500.740.4872.1259.2832.75
Hex718522F04A30483b21
Octal16120542170112601107341
Binary1110001100001011000101111010010101100001001000111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718522; }

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

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

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

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

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

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

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

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