Html Css Color HEX #688100 Olive

📋 copy color: '#688100'

red 104 ◦ green 129 ◦ blue 0

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

Shades of Olive #688100

Tints of Olive #688100

RGB

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

 GREEN value IS 129 (50.78% from 255) = 55.36%

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

R = 44.64%
G = 55.36%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#688100 (or 0x688100) is known color: Olive. HEX triplet: 68, 81 and 00. RGB value is (104,129,0). Sum of RGB (Red+Green+Blue) = 104+129+0=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 129 (50.78% from 255 or 55.36% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 129 - color contains mainly: green. Hex color #688100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688100 is #977EFF. Grayscale: #6B6B6B. Windows color (decimal): -9928448 or 33128. OLE color: 33128.

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

Color convert

RGB 104 129 0 -
CMYK 0.19 0 1 0.49
HSL 71.63º 1% 0.25% -
HSV(B) 71.63º 1% 0.51% -
XYZ 13.56 18.64 2.88 -
YUV 106.82 67.72 125.99 -
System Red Green Blue C M Y K H S L
Decimal 104 129 0 0.19 0 1 0.49 71.63 1 0.25
Hex 68 81 0 13 0 64 31 48 64 19
Octal 150 201 0 23 0 144 61 110 144 31
Binary 1101000 10000001 0 10011 0 1100100 110001 1001000 1100100 11001

Color Harmonies of #688100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688100

Black with #688100

Text Example


Text Example

White with #688100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688100; }

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

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

background-color css

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

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

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

border-color css

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

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

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