#708200

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

Shades of Olive #708200

Tints of Olive #708200

Color information

#708200 (or 0x708200) is unknown color: approx Olive. HEX triplet: 70, 82 and 00. RGB value is (112,130,0). Sum of RGB (Red+Green+Blue) = 112+130+0=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 130 (51.17% from 255 or 53.72% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 130 - color contains mainly: green. Hex color #708200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #708200 is #8F7DFF. Grayscale: #6E6E6E. Windows color (decimal): -9403904 or 33392. OLE color: 33392.

HSL color Cylindrical-coordinate representation of color #708200: hue angle of 68.31º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #708200 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB1121300-
CMYK0.14010.49
HSL68.31º100%25.49%-
HSV(B)68.31º100%50.98%-
XYZ14.6619.412.97-
YUV109.866.04129.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.28%
GREEN value IS 130 (51.17% from 255) = 53.72%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.28%
G=53.72%
B=0%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11213000.14010.4968.3110025.49
Hex70820E06431446419
Octal16020201601446110414431
Binary11100001000001001110011001001100011000100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708200; }

 p { color: rgb(112,130,0); }

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

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

 a { background-color: rgb(112,130,0); }

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

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

 span { border-color: rgb(112,130,0); }

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