#686502

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

Shades of Olive #686502

Tints of Olive #686502

Color information

#686502 (or 0x686502) is unknown color: approx Olive. HEX triplet: 68, 65 and 02. RGB value is (104,101,2). Sum of RGB (Red+Green+Blue) = 104+101+2=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 101 (39.84% from 255 or 48.79% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #686502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686502 is #979AFD. Grayscale: #5B5B5B. Windows color (decimal): -9935614 or 157032. OLE color: 157032.

HSL color Cylindrical-coordinate representation of color #686502: hue angle of 58.24º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #686502 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB1041012-
CMYK00.030.980.59
HSL58.24º96.23%20.78%-
HSV(B)58.24º98.08%40.78%-
XYZ10.3712.251.88-
YUV90.6177.99137.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.24%
GREEN value IS 101 (39.84% from 255) = 48.79%
BLUE value IS 2 (1.17% from 255) = 0.97%
R=50.24%
G=48.79%
B=0.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104101200.030.980.5958.2496.2320.78
Hex6865203623B3a6015
Octal150145203142737214025
Binary11010001100101100111100010111011111010110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686502; }

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

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

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

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

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

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

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

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