Html Css Color HEX #686202 Olive

📋 copy color: '#686202'

red 104 ◦ green 98 ◦ blue 2

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

Shades of Olive #686202

Tints of Olive #686202

RGB

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

 GREEN value IS 98 (38.67% from 255) = 48.04%

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

R = 50.98%
G = 48.04%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#686202 (or 0x686202) is known color: Olive. HEX triplet: 68, 62 and 02. RGB value is (104,98,2). Sum of RGB (Red+Green+Blue) = 104+98+2=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 98 (38.67% from 255 or 48.04% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #686202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686202 is #979DFD. Grayscale: #595959. Windows color (decimal): -9936382 or 156264. OLE color: 156264.

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

Color convert

RGB 104 98 2 -
CMYK 0 0.06 0.98 0.59
HSL 56.47º 0.96% 0.21% -
HSV(B) 56.47º 0.98% 0.41% -
XYZ 10.09 11.68 1.78 -
YUV 88.85 78.99 138.81 -
System Red Green Blue C M Y K H S L
Decimal 104 98 2 0 0.06 0.98 0.59 56.47 0.96 0.21
Hex 68 62 2 0 6 62 3B 38 60 15
Octal 150 142 2 0 6 142 73 70 140 25
Binary 1101000 1100010 10 0 110 1100010 111011 111000 1100000 10101

Color Harmonies of #686202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686202

Black with #686202

Text Example


Text Example

White with #686202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686202; }

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

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

background-color css

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

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

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

border-color css

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

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

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