#707200

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

Shades of Olive #707200

Tints of Olive #707200

Color information

#707200 (or 0x707200) is unknown color: approx Olive. HEX triplet: 70, 72 and 00. RGB value is (112,114,0). Sum of RGB (Red+Green+Blue) = 112+114+0=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 114 (44.92% from 255 or 50.44% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 114 - color contains mainly: green. Hex color #707200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707200 is #8F8DFF. Grayscale: #646464. Windows color (decimal): -9408000 or 29296. OLE color: 29296.

HSL color Cylindrical-coordinate representation of color #707200: hue angle of 61.05º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #707200 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB1121140-
CMYK0.02010.55
HSL61.05º100%22.35%-
HSV(B)61.05º100%44.71%-
XYZ12.715.482.32-
YUV100.4171.34136.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.56%
GREEN value IS 114 (44.92% from 255) = 50.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.56%
G=50.44%
B=0%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11211400.02010.5561.0510022.35
Hex707202064373d6416
Octal160162020144677514426
Binary1110000111001001001100100110111111101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707200; }

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

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

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

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

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

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

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

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