#708629

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

Shades of Olive Drab #708629

Tints of Olive Drab #708629

Color information

#708629 (or 0x708629) is unknown color: approx Olive Drab. HEX triplet: 70, 86 and 29. RGB value is (112,134,41). Sum of RGB (Red+Green+Blue) = 112+134+41=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 134 - color contains mainly: green. Hex color #708629 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708629 is #8F79D6. Grayscale: #757575. Windows color (decimal): -9402839 or 2721392. OLE color: 2721392.

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

Color convert

RGB11213441-
CMYK0.1600.690.47
HSL74.19º53.14%34.31%-
HSV(B)74.19º69.4%52.55%-
XYZ15.6120.665.26-
YUV116.8285.21124.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.02%
GREEN value IS 134 (52.73% from 255) = 46.69%
BLUE value IS 41 (16.41% from 255) = 14.29%
R=39.02%
G=46.69%
B=14.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112134410.1600.690.4774.1953.1434.31
Hex708629100452F4a3522
Octal16020651200105571126542
Binary11100001000011010100110000010001011011111001010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708629; }

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

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

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

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

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

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

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

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