Html Css Color HEX #686502 Olive

📋 copy color: '#686502'

red 104 ◦ green 101 ◦ blue 2

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

Shades of Olive #686502

Tints of Olive #686502

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 value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#686502 (or 0x686502) is known color: 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

RGB 104 101 2 -
CMYK 0 0.03 0.98 0.59
HSL 58.24º 0.96% 0.21% -
HSV(B) 58.24º 0.98% 0.41% -
XYZ 10.37 12.25 1.88 -
YUV 90.61 77.99 137.55 -
System Red Green Blue C M Y K H S L
Decimal 104 101 2 0 0.03 0.98 0.59 58.24 0.96 0.21
Hex 68 65 2 0 3 62 3B 3A 60 15
Octal 150 145 2 0 3 142 73 72 140 25
Binary 1101000 1100101 10 0 11 1100010 111011 111010 1100000 10101

Color Harmonies of #686502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686502

Black with #686502

Text Example


Text Example

White with #686502

Text Example


Text Example

HTML Codes & Css Web 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>