#708429

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

Shades of Olive Drab #708429

Tints of Olive Drab #708429

Color information

#708429 (or 0x708429) is unknown color: approx Olive Drab. HEX triplet: 70, 84 and 29. RGB value is (112,132,41). Sum of RGB (Red+Green+Blue) = 112+132+41=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 132 - color contains mainly: green. Hex color #708429 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708429 is #8F7BD6. Grayscale: #737373. Windows color (decimal): -9403351 or 2720880. OLE color: 2720880.

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

Color convert

RGB11213241-
CMYK0.1500.690.48
HSL73.19º52.6%33.92%-
HSV(B)73.19º68.94%51.76%-
XYZ15.3320.115.17-
YUV115.6585.87125.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.30%
GREEN value IS 132 (51.95% from 255) = 46.32%
BLUE value IS 41 (16.41% from 255) = 14.39%
R=39.30%
G=46.32%
B=14.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112132410.1500.690.4873.1952.633.92
Hex708429F04530493522
Octal16020451170105601116542
Binary1110000100001001010011111010001011100001001001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708429; }

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

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

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

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

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

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

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

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