#687804

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

Shades of Olive #687804

Tints of Olive #687804

Color information

#687804 (or 0x687804) is unknown color: approx Olive. HEX triplet: 68, 78 and 04. RGB value is (104,120,4). Sum of RGB (Red+Green+Blue) = 104+120+4=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 120 (47.27% from 255 or 52.63% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 120 - color contains mainly: green. Hex color #687804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687804 is #9787FB. Grayscale: #666666. Windows color (decimal): -9930748 or 292968. OLE color: 292968.

HSL color Cylindrical-coordinate representation of color #687804: hue angle of 68.28º 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 #687804 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.53.

Color convert

RGB1041204-
CMYK0.1300.970.53
HSL68.28º93.55%24.31%-
HSV(B)68.28º96.67%47.06%-
XYZ12.4516.382.62-
YUV101.9972.7129.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.61%
GREEN value IS 120 (47.27% from 255) = 52.63%
BLUE value IS 4 (1.95% from 255) = 1.75%
R=45.61%
G=52.63%
B=1.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10412040.1300.970.5368.2893.5524.31
Hex68784D06135445e18
Octal15017041501416510413630
Binary110100011110001001101011000011101011000100101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687804; }

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

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

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

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

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

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

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

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