#708421

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

Shades of Olive Drab #708421

Tints of Olive Drab #708421

Color information

#708421 (or 0x708421) is unknown color: approx Olive Drab. HEX triplet: 70, 84 and 21. RGB value is (112,132,33). Sum of RGB (Red+Green+Blue) = 112+132+33=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #708421 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708421 is #8F7BDE. Grayscale: #737373. Windows color (decimal): -9403359 or 2196592. OLE color: 2196592.

HSL color Cylindrical-coordinate representation of color #708421: hue angle of 72.12º 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 #708421 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB11213233-
CMYK0.1500.750.48
HSL72.12º60%32.35%-
HSV(B)72.12º75%51.76%-
XYZ15.2120.064.51-
YUV114.7381.87126.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.43%
GREEN value IS 132 (51.95% from 255) = 47.65%
BLUE value IS 33 (13.28% from 255) = 11.91%
R=40.43%
G=47.65%
B=11.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112132330.1500.750.4872.126032.35
Hex708421F04B30483c20
Octal16020441170113601107440
Binary1110000100001001000011111010010111100001001000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708421; }

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

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

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

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

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

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

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

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