#687805

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

Shades of Olive #687805

Tints of Olive #687805

Color information

#687805 (or 0x687805) is unknown color: approx Olive. HEX triplet: 68, 78 and 05. RGB value is (104,120,5). Sum of RGB (Red+Green+Blue) = 104+120+5=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 120 (47.27% from 255 or 52.40% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 120 - color contains mainly: green. Hex color #687805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687805 is #9787FA. Grayscale: #666666. Windows color (decimal): -9930747 or 358504. OLE color: 358504.

HSL color Cylindrical-coordinate representation of color #687805: hue angle of 68.35º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #687805 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB1041205-
CMYK0.1300.960.53
HSL68.35º92%24.51%-
HSV(B)68.35º95.83%47.06%-
XYZ12.4516.392.65-
YUV102.1173.2129.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.41%
GREEN value IS 120 (47.27% from 255) = 52.40%
BLUE value IS 5 (2.34% from 255) = 2.18%
R=45.41%
G=52.40%
B=2.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10412050.1300.960.5368.359224.51
Hex68785D06035445c19
Octal15017051501406510413431
Binary110100011110001011101011000001101011000100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687805; }

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

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

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

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

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

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

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

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