Html Css Color HEX #688400 Olive

📋 copy color: '#688400'

red 104 ◦ green 132 ◦ blue 0

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

Shades of Olive #688400

Tints of Olive #688400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.07%
G = 55.93%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#688400 (or 0x688400) is known color: Olive. HEX triplet: 68, 84 and 00. RGB value is (104,132,0). Sum of RGB (Red+Green+Blue) = 104+132+0=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 132 (51.95% from 255 or 55.93% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 132 - color contains mainly: green. Hex color #688400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688400 is #977BFF. Grayscale: #6D6D6D. Windows color (decimal): -9927680 or 33896. OLE color: 33896.

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

Color convert

RGB 104 132 0 -
CMYK 0.21 0 1 0.48
HSL 72.73º 1% 0.26% -
HSV(B) 72.73º 1% 0.52% -
XYZ 13.96 19.45 3.02 -
YUV 108.58 66.72 124.73 -
System Red Green Blue C M Y K H S L
Decimal 104 132 0 0.21 0 1 0.48 72.73 1 0.26
Hex 68 84 0 15 0 64 30 49 64 1A
Octal 150 204 0 25 0 144 60 111 144 32
Binary 1101000 10000100 0 10101 0 1100100 110000 1001001 1100100 11010

Color Harmonies of #688400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688400

Black with #688400

Text Example


Text Example

White with #688400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688400; }

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

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

background-color css

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

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

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

border-color css

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

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

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