#708411

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

Shades of Olive Drab #708411

Tints of Olive Drab #708411

Color information

#708411 (or 0x708411) is unknown color: approx Olive Drab. HEX triplet: 70, 84 and 11. RGB value is (112,132,17). Sum of RGB (Red+Green+Blue) = 112+132+17=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #708411 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708411 is #8F7BEE. Grayscale: #717171. Windows color (decimal): -9403375 or 1148016. OLE color: 1148016.

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

Color convert

RGB11213217-
CMYK0.1500.870.48
HSL70.43º77.18%29.22%-
HSV(B)70.43º87.12%51.76%-
XYZ15.0319.993.6-
YUV112.9173.87127.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.91%
GREEN value IS 132 (51.95% from 255) = 50.57%
BLUE value IS 17 (7.03% from 255) = 6.51%
R=42.91%
G=50.57%
B=6.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112132170.1500.870.4870.4377.1829.22
Hex708411F05730464d1d
Octal160204211701276010611535
Binary111000010000100100011111010101111100001000110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708411; }

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

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

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

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

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

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

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

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