Html Css Color HEX #686602 Olive

📋 copy color: '#686602'

red 104 ◦ green 102 ◦ blue 2

#686602
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #686602

Tints of Olive #686602

RGB

 RED value IS 104 (41.02% from 255) = 50%

 GREEN value IS 102 (40.23% from 255) = 49.04%

 BLUE value IS 2 (1.17% from 255) = 0.96%

R = 50%
G = 49.04%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#686602 (or 0x686602) is known color: Olive. HEX triplet: 68, 66 and 02. RGB value is (104,102,2). Sum of RGB (Red+Green+Blue) = 104+102+2=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 102 (40.23% from 255 or 49.04% from 208); Blue value is 2 (1.17% from 255 or 0.96% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #686602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686602 is #9799FD. Grayscale: #5B5B5B. Windows color (decimal): -9935358 or 157288. OLE color: 157288.

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

Color convert

RGB 104 102 2 -
CMYK 0 0.02 0.98 0.59
HSL 58.82º 0.96% 0.21% -
HSV(B) 58.82º 0.98% 0.41% -
XYZ 10.47 12.45 1.91 -
YUV 91.2 77.66 137.13 -
System Red Green Blue C M Y K H S L
Decimal 104 102 2 0 0.02 0.98 0.59 58.82 0.96 0.21
Hex 68 66 2 0 2 62 3B 3B 60 15
Octal 150 146 2 0 2 142 73 73 140 25
Binary 1101000 1100110 10 0 10 1100010 111011 111011 1100000 10101

Color Harmonies of #686602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686602

Black with #686602

Text Example


Text Example

White with #686602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686602; }

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

 H1.HeaderClassName
 {
   color: #686602;
 }
 .AnyTagClassName
 {
   color: #686602;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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