#708634

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

Shades of Olive Drab #708634

Tints of Olive Drab #708634

Color information

#708634 (or 0x708634) is unknown color: approx Olive Drab. HEX triplet: 70, 86 and 34. RGB value is (112,134,52). Sum of RGB (Red+Green+Blue) = 112+134+52=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 134 - color contains mainly: green. Hex color #708634 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708634 is #8F79CB. Grayscale: #767676. Windows color (decimal): -9402828 or 3442288. OLE color: 3442288.

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

Color convert

RGB11213452-
CMYK0.1600.610.47
HSL76.1º44.09%36.47%-
HSV(B)76.1º61.19%52.55%-
XYZ15.8320.746.42-
YUV118.0790.71123.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.58%
GREEN value IS 134 (52.73% from 255) = 44.97%
BLUE value IS 52 (20.70% from 255) = 17.45%
R=37.58%
G=44.97%
B=17.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112134520.1600.610.4776.144.0936.47
Hex7086341003D2F4c2c24
Octal1602066420075571145444
Binary1110000100001101101001000001111011011111001100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708634; }

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

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

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

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

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

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

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

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