Html Css Color HEX #686102 Olive

📋 copy color: '#686102'

red 104 ◦ green 97 ◦ blue 2

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

Shades of Olive #686102

Tints of Olive #686102

RGB

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

 GREEN value IS 97 (38.28% from 255) = 47.78%

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

R = 51.23%
G = 47.78%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#686102 (or 0x686102) is known color: Olive. HEX triplet: 68, 61 and 02. RGB value is (104,97,2). Sum of RGB (Red+Green+Blue) = 104+97+2=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #686102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686102 is #979EFD. Grayscale: #585858. Windows color (decimal): -9936638 or 156008. OLE color: 156008.

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

Color convert

RGB 104 97 2 -
CMYK 0 0.07 0.98 0.59
HSL 55.88º 0.96% 0.21% -
HSV(B) 55.88º 0.98% 0.41% -
XYZ 9.99 11.5 1.75 -
YUV 88.26 79.32 139.22 -
System Red Green Blue C M Y K H S L
Decimal 104 97 2 0 0.07 0.98 0.59 55.88 0.96 0.21
Hex 68 61 2 0 7 62 3B 38 60 15
Octal 150 141 2 0 7 142 73 70 140 25
Binary 1101000 1100001 10 0 111 1100010 111011 111000 1100000 10101

Color Harmonies of #686102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686102

Black with #686102

Text Example


Text Example

White with #686102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686102; }

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

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

background-color css

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

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

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

border-color css

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

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

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