#707804

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

Shades of Olive #707804

Tints of Olive #707804

Color information

#707804 (or 0x707804) is unknown color: approx Olive. HEX triplet: 70, 78 and 04. RGB value is (112,120,4). Sum of RGB (Red+Green+Blue) = 112+120+4=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 120 (47.27% from 255 or 50.85% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 120 - color contains mainly: green. Hex color #707804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707804 is #8F87FB. Grayscale: #686868. Windows color (decimal): -9406460 or 292976. OLE color: 292976.

HSL color Cylindrical-coordinate representation of color #707804: hue angle of 64.14º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #707804 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB1121204-
CMYK0.0700.970.53
HSL64.14º93.55%24.31%-
HSV(B)64.14º96.67%47.06%-
XYZ13.4216.892.67-
YUV104.3871.35133.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.46%
GREEN value IS 120 (47.27% from 255) = 50.85%
BLUE value IS 4 (1.95% from 255) = 1.69%
R=47.46%
G=50.85%
B=1.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11212040.0700.970.5364.1493.5524.31
Hex70784706135405e18
Octal1601704701416510013630
Binary11100001111000100111011000011101011000000101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707804; }

 p { color: rgb(112,120,4); }

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

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

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

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

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

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

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