#708435

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

Shades of Olive Drab #708435

Tints of Olive Drab #708435

Color information

#708435 (or 0x708435) is unknown color: approx Olive Drab. HEX triplet: 70, 84 and 35. RGB value is (112,132,53). Sum of RGB (Red+Green+Blue) = 112+132+53=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #708435 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708435 is #8F7BCA. Grayscale: #757575. Windows color (decimal): -9403339 or 3507312. OLE color: 3507312.

HSL color Cylindrical-coordinate representation of color #708435: hue angle of 75.19º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #708435 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB11213253-
CMYK0.1500.600.48
HSL75.19º42.7%36.27%-
HSV(B)75.19º59.85%51.76%-
XYZ15.5820.26.45-
YUV117.0191.87124.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.71%
GREEN value IS 132 (51.95% from 255) = 44.44%
BLUE value IS 53 (21.09% from 255) = 17.85%
R=37.71%
G=44.44%
B=17.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112132530.1500.600.4875.1942.736.27
Hex708435F03C304b2b24
Octal1602046517074601135344
Binary111000010000100110101111101111001100001001011101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708435; }

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

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

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

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

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

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

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

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