#708522

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

Shades of Olive Drab #708522

Tints of Olive Drab #708522

Color information

#708522 (or 0x708522) is unknown color: approx Olive Drab. HEX triplet: 70, 85 and 22. RGB value is (112,133,34). Sum of RGB (Red+Green+Blue) = 112+133+34=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 34 (13.67% from 255 or 12.19% from 279); Max value from RGB is 133 - color contains mainly: green. Hex color #708522 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708522 is #8F7ADD. Grayscale: #737373. Windows color (decimal): -9403102 or 2262384. OLE color: 2262384.

HSL color Cylindrical-coordinate representation of color #708522: hue angle of 72.73º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #708522 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB11213334-
CMYK0.1600.740.48
HSL72.73º59.28%32.75%-
HSV(B)72.73º74.44%52.16%-
XYZ15.3620.344.63-
YUV115.4482.04125.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.14%
GREEN value IS 133 (52.34% from 255) = 47.67%
BLUE value IS 34 (13.67% from 255) = 12.19%
R=40.14%
G=47.67%
B=12.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112133340.1600.740.4872.7359.2832.75
Hex7085221004A30493b21
Octal16020542200112601117341
Binary11100001000010110001010000010010101100001001001111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708522; }

 p { color: rgb(112,133,34); }

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

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

 a { background-color: rgb(112,133,34); }

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

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

 span { border-color: rgb(112,133,34); }

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