Html Css Color HEX #686F01 Olive

📋 copy color: '#686F01'

red 104 ◦ green 111 ◦ blue 1

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

Shades of Olive #686F01

Tints of Olive #686F01

RGB

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

 GREEN value IS 111 (43.75% from 255) = 51.39%

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 48.15%
G = 51.39%
B = 0.46%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#686F01 (or 0x686F01) is known color: Olive. HEX triplet: 68, 6F and 01. RGB value is (104,111,1). Sum of RGB (Red+Green+Blue) = 104+111+1=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 111 (43.75% from 255 or 51.39% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 111 - color contains mainly: green. Hex color #686F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686F01 is #9790FE. Grayscale: #606060. Windows color (decimal): -9933055 or 94056. OLE color: 94056.

HSL color Cylindrical-coordinate representation of color #686F01: hue angle of 63.82º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #686F01 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 111 1 -
CMYK 0.06 0 0.99 0.56
HSL 63.82º 0.98% 0.22% -
HSV(B) 63.82º 0.99% 0.44% -
XYZ 11.4 14.31 2.19 -
YUV 96.37 74.18 133.44 -
System Red Green Blue C M Y K H S L
Decimal 104 111 1 0.06 0 0.99 0.56 63.82 0.98 0.22
Hex 68 6F 1 6 0 63 38 40 62 16
Octal 150 157 1 6 0 143 70 100 142 26
Binary 1101000 1101111 1 110 0 1100011 111000 1000000 1100010 10110

Color Harmonies of #686F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686F01

Black with #686F01

Text Example


Text Example

White with #686F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,111,1); }

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

background-color css

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

 a { background-color: rgb(104,111,1); }

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

border-color css

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

 span { border-color: rgb(104,111,1); }

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