#687702

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

Shades of Olive #687702

Tints of Olive #687702

Color information

#687702 (or 0x687702) is unknown color: approx Olive. HEX triplet: 68, 77 and 02. RGB value is (104,119,2). Sum of RGB (Red+Green+Blue) = 104+119+2=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 119 (46.88% from 255 or 52.89% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 119 - color contains mainly: green. Hex color #687702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687702 is #9788FD. Grayscale: #656565. Windows color (decimal): -9931006 or 161640. OLE color: 161640.

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

Color convert

RGB1041192-
CMYK0.1300.980.53
HSL67.69º96.69%23.73%-
HSV(B)67.69º98.32%46.67%-
XYZ12.3216.142.52-
YUV101.1872.03130.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.22%
GREEN value IS 119 (46.88% from 255) = 52.89%
BLUE value IS 2 (1.17% from 255) = 0.89%
R=46.22%
G=52.89%
B=0.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10411920.1300.980.5367.6996.6923.73
Hex68772D06235446118
Octal15016721501426510414130
Binary11010001110111101101011000101101011000100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687702; }

 p { color: rgb(104,119,2); }

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

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

 a { background-color: rgb(104,119,2); }

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

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

 span { border-color: rgb(104,119,2); }

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