#687605

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

Shades of Olive #687605

Tints of Olive #687605

Color information

#687605 (or 0x687605) is unknown color: approx Olive. HEX triplet: 68, 76 and 05. RGB value is (104,118,5). Sum of RGB (Red+Green+Blue) = 104+118+5=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 118 (46.48% from 255 or 51.98% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 118 - color contains mainly: green. Hex color #687605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687605 is #9789FA. Grayscale: #656565. Windows color (decimal): -9931259 or 357992. OLE color: 357992.

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

Color convert

RGB1041185-
CMYK0.1200.960.54
HSL67.43º91.87%24.12%-
HSV(B)67.43º95.76%46.27%-
XYZ12.2115.912.57-
YUV100.9373.86130.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.81%
GREEN value IS 118 (46.48% from 255) = 51.98%
BLUE value IS 5 (2.34% from 255) = 2.20%
R=45.81%
G=51.98%
B=2.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10411850.1200.960.5467.4391.8724.12
Hex68765C06036435c18
Octal15016651401406610313430
Binary110100011101101011100011000001101101000011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687605; }

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

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

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

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

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

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

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

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