Html Css Color HEX #686E04 Olive

📋 copy color: '#686E04'

red 104 ◦ green 110 ◦ blue 4

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

Shades of Olive #686E04

Tints of Olive #686E04

RGB

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

 GREEN value IS 110 (43.36% from 255) = 50.46%

 BLUE value IS 4 (1.95% from 255) = 1.83%

R = 47.71%
G = 50.46%
B = 1.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.96

 K value IS 0.57

RGB Variations

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

Color information

#686E04 (or 0x686E04) is known color: Olive. HEX triplet: 68, 6E and 04. RGB value is (104,110,4). Sum of RGB (Red+Green+Blue) = 104+110+4=218 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.71% from 218); Green value is 110 (43.36% from 255 or 50.46% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 110 - color contains mainly: green. Hex color #686E04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686E04 is #9791FB. Grayscale: #606060. Windows color (decimal): -9933308 or 290408. OLE color: 290408.

HSL color Cylindrical-coordinate representation of color #686E04: hue angle of 63.4º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #686E04 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.57.

Color convert

RGB 104 110 4 -
CMYK 0.05 0 0.96 0.57
HSL 63.4º 0.93% 0.22% -
HSV(B) 63.4º 0.96% 0.43% -
XYZ 11.31 14.1 2.24 -
YUV 96.12 76.01 133.62 -
System Red Green Blue C M Y K H S L
Decimal 104 110 4 0.05 0 0.96 0.57 63.4 0.93 0.22
Hex 68 6E 4 5 0 60 39 3F 5D 16
Octal 150 156 4 5 0 140 71 77 135 26
Binary 1101000 1101110 100 101 0 1100000 111001 111111 1011101 10110

Color Harmonies of #686E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686E04

Black with #686E04

Text Example


Text Example

White with #686E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686E04; }

 p { color: rgb(104,110,4); }

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

background-color css

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

 a { background-color: rgb(104,110,4); }

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

border-color css

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

 span { border-color: rgb(104,110,4); }

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