Html Css Color HEX #688401 Olive

📋 copy color: '#688401'

red 104 ◦ green 132 ◦ blue 1

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

Shades of Olive #688401

Tints of Olive #688401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55.7%

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

R = 43.88%
G = 55.7%
B = 0.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#688401 (or 0x688401) is known color: Olive. HEX triplet: 68, 84 and 01. RGB value is (104,132,1). Sum of RGB (Red+Green+Blue) = 104+132+1=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 132 (51.95% from 255 or 55.70% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 132 - color contains mainly: green. Hex color #688401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688401 is #977BFE. Grayscale: #6D6D6D. Windows color (decimal): -9927679 or 99432. OLE color: 99432.

HSL color Cylindrical-coordinate representation of color #688401: hue angle of 72.82º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #688401 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 132 1 -
CMYK 0.21 0 0.99 0.48
HSL 72.82º 0.98% 0.26% -
HSV(B) 72.82º 0.99% 0.52% -
XYZ 13.97 19.45 3.05 -
YUV 108.69 67.22 124.65 -
System Red Green Blue C M Y K H S L
Decimal 104 132 1 0.21 0 0.99 0.48 72.82 0.98 0.26
Hex 68 84 1 15 0 63 30 49 62 1A
Octal 150 204 1 25 0 143 60 111 142 32
Binary 1101000 10000100 1 10101 0 1100011 110000 1001001 1100010 11010

Color Harmonies of #688401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688401

Black with #688401

Text Example


Text Example

White with #688401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688401; }

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

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

background-color css

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

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

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

border-color css

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

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

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