#686702

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

Shades of Olive #686702

Tints of Olive #686702

Color information

#686702 (or 0x686702) is unknown color: approx Olive. HEX triplet: 68, 67 and 02. RGB value is (104,103,2). Sum of RGB (Red+Green+Blue) = 104+103+2=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 103 (40.62% from 255 or 49.28% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #686702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686702 is #9798FD. Grayscale: #5C5C5C. Windows color (decimal): -9935102 or 157544. OLE color: 157544.

HSL color Cylindrical-coordinate representation of color #686702: hue angle of 59.41º 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 #686702 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.59.

Color convert

RGB1041032-
CMYK00.010.980.59
HSL59.41º96.23%20.78%-
HSV(B)59.41º98.08%40.78%-
XYZ10.5712.651.94-
YUV91.7877.33136.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.76%
GREEN value IS 103 (40.62% from 255) = 49.28%
BLUE value IS 2 (1.17% from 255) = 0.96%
R=49.76%
G=49.28%
B=0.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.98
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104103200.010.980.5959.4196.2320.78
Hex6867201623B3b6015
Octal150147201142737314025
Binary1101000110011110011100010111011111011110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686702; }

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

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

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

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

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

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

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

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