#687601

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

Shades of Olive #687601

Tints of Olive #687601

Color information

#687601 (or 0x687601) is unknown color: approx Olive. HEX triplet: 68, 76 and 01. RGB value is (104,118,1). Sum of RGB (Red+Green+Blue) = 104+118+1=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 118 (46.48% from 255 or 52.91% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 118 - color contains mainly: green. Hex color #687601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687601 is #9789FE. Grayscale: #646464. Windows color (decimal): -9931263 or 95848. OLE color: 95848.

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

Color convert

RGB1041181-
CMYK0.1200.990.54
HSL67.18º98.32%23.33%-
HSV(B)67.18º99.15%46.27%-
XYZ12.1915.92.46-
YUV100.4871.86130.51-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.64%
GREEN value IS 118 (46.48% from 255) = 52.91%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=46.64%
G=52.91%
B=0.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10411810.1200.990.5467.1898.3223.33
Hex68761C06336436217
Octal15016611401436610314227
Binary1101000111011011100011000111101101000011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687601; }

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

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

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

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

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

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

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

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