#687405

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

Shades of Olive #687405

Tints of Olive #687405

Color information

#687405 (or 0x687405) is unknown color: approx Olive. HEX triplet: 68, 74 and 05. RGB value is (104,116,5). Sum of RGB (Red+Green+Blue) = 104+116+5=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 116 (45.70% from 255 or 51.56% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 116 - color contains mainly: green. Hex color #687405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687405 is #978BFA. Grayscale: #646464. Windows color (decimal): -9931771 or 357480. OLE color: 357480.

HSL color Cylindrical-coordinate representation of color #687405: hue angle of 66.49º 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 #687405 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB1041165-
CMYK0.1000.960.55
HSL66.49º91.74%23.73%-
HSV(B)66.49º95.69%45.49%-
XYZ11.9815.442.49-
YUV99.7674.52131.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.22%
GREEN value IS 116 (45.70% from 255) = 51.56%
BLUE value IS 5 (2.34% from 255) = 2.22%
R=46.22%
G=51.56%
B=2.22%

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
Decimal10411650.1000.960.5566.4991.7423.73
Hex68745A06037425c18
Octal15016451201406710213430
Binary110100011101001011010011000001101111000010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687405; }

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

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

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

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

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

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

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

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