#687604

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

Shades of Olive #687604

Tints of Olive #687604

Color information

#687604 (or 0x687604) is unknown color: approx Olive. HEX triplet: 68, 76 and 04. RGB value is (104,118,4). Sum of RGB (Red+Green+Blue) = 104+118+4=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 118 (46.48% from 255 or 52.21% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 118 - color contains mainly: green. Hex color #687604 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687604 is #9789FB. Grayscale: #656565. Windows color (decimal): -9931260 or 292456. OLE color: 292456.

HSL color Cylindrical-coordinate representation of color #687604: hue angle of 67.37º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #687604 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB1041184-
CMYK0.1200.970.54
HSL67.37º93.44%23.92%-
HSV(B)67.37º96.61%46.27%-
XYZ12.2115.912.54-
YUV100.8273.36130.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.02%
GREEN value IS 118 (46.48% from 255) = 52.21%
BLUE value IS 4 (1.95% from 255) = 1.77%
R=46.02%
G=52.21%
B=1.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10411840.1200.970.5467.3793.4423.92
Hex68764C06136435d18
Octal15016641401416610313530
Binary110100011101101001100011000011101101000011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687604

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687604; }

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

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

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

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

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

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

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

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