#707000

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

Shades of Olive #707000

Tints of Olive #707000

Color information

#707000 (or 0x707000) is unknown color: approx Olive. HEX triplet: 70, 70 and 00. RGB value is (112,112,0). Sum of RGB (Red+Green+Blue) = 112+112+0=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707000 is #8F8FFF. Grayscale: #636363. Windows color (decimal): -9408512 or 28784. OLE color: 28784.

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

Color convert

RGB1121120-
CMYK0010.56
HSL60º100%21.96%-
HSV(B)60º100%43.92%-
XYZ12.4815.032.24-
YUV99.2372137.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50%
GREEN value IS 112 (44.14% from 255) = 50%
BLUE value IS 0 (0.39% from 255) = 0%
R=50%
G=50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11211200010.566010021.96
Hex707000064383c6416
Octal160160000144707414426
Binary111000011100000001100100111000111100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707000; }

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

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

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

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

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

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

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

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