#687100

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

Shades of Olive #687100

Tints of Olive #687100

Color information

#687100 (or 0x687100) is unknown color: approx Olive. HEX triplet: 68, 71 and 00. RGB value is (104,113,0). Sum of RGB (Red+Green+Blue) = 104+113+0=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 113 (44.53% from 255 or 52.07% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 113 - color contains mainly: green. Hex color #687100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687100 is #978EFF. Grayscale: #616161. Windows color (decimal): -9932544 or 29032. OLE color: 29032.

HSL color Cylindrical-coordinate representation of color #687100: hue angle of 64.78º 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 #687100 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB1041130-
CMYK0.08010.56
HSL64.78º100%22.16%-
HSV(B)64.78º100%44.31%-
XYZ11.6114.752.24-
YUV97.4373.02132.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.93%
GREEN value IS 113 (44.53% from 255) = 52.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=47.93%
G=52.07%
B=0%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10411300.08010.5664.7810022.16
Hex68710806438416416
Octal15016101001447010114426
Binary1101000111000101000011001001110001000001110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687100; }

 p { color: rgb(104,113,0); }

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

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

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

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

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

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

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