Html Css Color HEX #688010 Olive Drab

📋 copy color: '#688010'

red 104 ◦ green 128 ◦ blue 16

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

Shades of Olive Drab #688010

Tints of Olive Drab #688010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.45%

R = 41.94%
G = 51.61%
B = 6.45%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#688010 (or 0x688010) is known color: Olive Drab. HEX triplet: 68, 80 and 10. RGB value is (104,128,16). Sum of RGB (Red+Green+Blue) = 104+128+16=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 128 (50.39% from 255 or 51.61% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 128 - color contains mainly: green. Hex color #688010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688010 is #977FEF. Grayscale: #6C6C6C. Windows color (decimal): -9928688 or 1081448. OLE color: 1081448.

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

Color convert

RGB 104 128 16 -
CMYK 0.19 0 0.88 0.50
HSL 72.86º 0.78% 0.28% -
HSV(B) 72.86º 0.88% 0.5% -
XYZ 13.52 18.42 3.33 -
YUV 108.06 76.05 125.11 -
System Red Green Blue C M Y K H S L
Decimal 104 128 16 0.19 0 0.88 0.50 72.86 0.78 0.28
Hex 68 80 10 13 0 58 32 49 4E 1C
Octal 150 200 20 23 0 130 62 111 116 34
Binary 1101000 10000000 10000 10011 0 1011000 110010 1001001 1001110 11100

Color Harmonies of #688010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688010

Black with #688010

Text Example


Text Example

White with #688010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688010; }

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

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

background-color css

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

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

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

border-color css

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

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

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