#708331

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

Shades of Olive Drab #708331

Tints of Olive Drab #708331

Color information

#708331 (or 0x708331) is unknown color: approx Olive Drab. HEX triplet: 70, 83 and 31. RGB value is (112,131,49). Sum of RGB (Red+Green+Blue) = 112+131+49=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 131 - color contains mainly: green. Hex color #708331 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708331 is #8F7CCE. Grayscale: #747474. Windows color (decimal): -9403599 or 3244912. OLE color: 3244912.

HSL color Cylindrical-coordinate representation of color #708331: hue angle of 73.9º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #708331 is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB11213149-
CMYK0.1500.630.49
HSL73.9º45.56%35.29%-
HSV(B)73.9º62.6%51.37%-
XYZ15.3519.95.94-
YUV115.9790.21125.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.36%
GREEN value IS 131 (51.56% from 255) = 44.86%
BLUE value IS 49 (19.53% from 255) = 16.78%
R=38.36%
G=44.86%
B=16.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112131490.1500.630.4973.945.5635.29
Hex708331F03F314a2e23
Octal1602036117077611125643
Binary111000010000011110001111101111111100011001010101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708331; }

 p { color: rgb(112,131,49); }

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

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

 a { background-color: rgb(112,131,49); }

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

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

 span { border-color: rgb(112,131,49); }

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