#687305

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

Shades of Olive #687305

Tints of Olive #687305

Color information

#687305 (or 0x687305) is unknown color: approx Olive. HEX triplet: 68, 73 and 05. RGB value is (104,115,5). Sum of RGB (Red+Green+Blue) = 104+115+5=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #687305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687305 is #978CFA. Grayscale: #636363. Windows color (decimal): -9932027 or 357224. OLE color: 357224.

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

Color convert

RGB1041155-
CMYK0.1000.960.55
HSL66º91.67%23.53%-
HSV(B)66º95.65%45.1%-
XYZ11.8715.222.46-
YUV99.1774.86131.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.43%
GREEN value IS 115 (45.31% from 255) = 51.34%
BLUE value IS 5 (2.34% from 255) = 2.23%
R=46.43%
G=51.34%
B=2.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10411550.1000.960.556691.6723.53
Hex68735A06037425c18
Octal15016351201406710213430
Binary110100011100111011010011000001101111000010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687305; }

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

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

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

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

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

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

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

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