#687B04

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

Shades of Olive #687B04

Tints of Olive #687B04

Color information

#687B04 (or 0x687B04) is unknown color: approx Olive. HEX triplet: 68, 7B and 04. RGB value is (104,123,4). Sum of RGB (Red+Green+Blue) = 104+123+4=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 123 (48.44% from 255 or 53.25% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 123 - color contains mainly: green. Hex color #687B04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687B04 is #9784FB. Grayscale: #686868. Windows color (decimal): -9929980 or 293736. OLE color: 293736.

HSL color Cylindrical-coordinate representation of color #687B04: hue angle of 69.58º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #687B04 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.52.

Color convert

RGB1041234-
CMYK0.1500.970.52
HSL69.58º93.7%24.9%-
HSV(B)69.58º96.75%48.24%-
XYZ12.8117.122.74-
YUV103.7571.71128.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.02%
GREEN value IS 123 (48.44% from 255) = 53.25%
BLUE value IS 4 (1.95% from 255) = 1.73%
R=45.02%
G=53.25%
B=1.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal10412340.1500.970.5269.5893.724.9
Hex687B4F06134465e19
Octal15017341701416410613631
Binary110100011110111001111011000011101001000110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687B04; }

 p { color: rgb(104,123,4); }

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

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

 a { background-color: rgb(104,123,4); }

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

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

 span { border-color: rgb(104,123,4); }

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