#708821

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

Shades of Olive Drab #708821

Tints of Olive Drab #708821

Color information

#708821 (or 0x708821) is unknown color: approx Olive Drab. HEX triplet: 70, 88 and 21. RGB value is (112,136,33). Sum of RGB (Red+Green+Blue) = 112+136+33=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 136 (53.52% from 255 or 48.40% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 136 - color contains mainly: green. Hex color #708821 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708821 is #8F77DE. Grayscale: #757575. Windows color (decimal): -9402335 or 2197616. OLE color: 2197616.

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

Color convert

RGB11213633-
CMYK0.1800.760.47
HSL73.98º60.95%33.14%-
HSV(B)73.98º75.74%53.33%-
XYZ15.7621.164.69-
YUV117.0880.55124.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.86%
GREEN value IS 136 (53.52% from 255) = 48.40%
BLUE value IS 33 (13.28% from 255) = 11.74%
R=39.86%
G=48.40%
B=11.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112136330.1800.760.4773.9860.9533.14
Hex7088211204C2F4a3d21
Octal16021041220114571127541
Binary11100001000100010000110010010011001011111001010111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708821; }

 p { color: rgb(112,136,33); }

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

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

 a { background-color: rgb(112,136,33); }

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

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

 span { border-color: rgb(112,136,33); }

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