Html Css Color HEX #686702 Olive

📋 copy color: '#686702'

red 104 ◦ green 103 ◦ blue 2

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

Shades of Olive #686702

Tints of Olive #686702

RGB

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

 GREEN value IS 103 (40.63% 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 value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

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

RGB 104 103 2 -
CMYK 0 0.01 0.98 0.59
HSL 59.41º 0.96% 0.21% -
HSV(B) 59.41º 0.98% 0.41% -
XYZ 10.57 12.65 1.94 -
YUV 91.79 77.33 136.71 -
System Red Green Blue C M Y K H S L
Decimal 104 103 2 0 0.01 0.98 0.59 59.41 0.96 0.21
Hex 68 67 2 0 1 62 3B 3B 60 15
Octal 150 147 2 0 1 142 73 73 140 25
Binary 1101000 1100111 10 0 1 1100010 111011 111011 1100000 10101

Color Harmonies of #686702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686702

Black with #686702

Text Example


Text Example

White with #686702

Text Example


Text Example

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