Html Css Color HEX #688000 Olive

📋 copy color: '#688000'

red 104 ◦ green 128 ◦ blue 0

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

Shades of Olive #688000

Tints of Olive #688000

RGB

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

 GREEN value IS 128 (50.39% from 255) = 55.17%

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

R = 44.83%
G = 55.17%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#688000 (or 0x688000) is known color: Olive. HEX triplet: 68, 80 and 00. RGB value is (104,128,0). Sum of RGB (Red+Green+Blue) = 104+128+0=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 128 (50.39% from 255 or 55.17% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 128 - color contains mainly: green. Hex color #688000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688000 is #977FFF. Grayscale: #6A6A6A. Windows color (decimal): -9928704 or 32872. OLE color: 32872.

HSL color Cylindrical-coordinate representation of color #688000: hue angle of 71.25º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #688000 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 128 0 -
CMYK 0.19 0 1 0.50
HSL 71.25º 1% 0.25% -
HSV(B) 71.25º 1% 0.5% -
XYZ 13.43 18.38 2.84 -
YUV 106.23 68.05 126.41 -
System Red Green Blue C M Y K H S L
Decimal 104 128 0 0.19 0 1 0.50 71.25 1 0.25
Hex 68 80 0 13 0 64 32 47 64 19
Octal 150 200 0 23 0 144 62 107 144 31
Binary 1101000 10000000 0 10011 0 1100100 110010 1000111 1100100 11001

Color Harmonies of #688000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688000

Black with #688000

Text Example


Text Example

White with #688000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688000; }

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

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

background-color css

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

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

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

border-color css

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

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

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