#688D1C

Color #688D1C Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #688D1C

Tints of Olive Drab #688D1C

Color information

#688D1C (or 0x688D1C) is unknown color: approx Olive Drab. HEX triplet: 68, 8D and 1C. RGB value is (104,141,28). Sum of RGB (Red+Green+Blue) = 104+141+28=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 141 (55.47% from 255 or 51.65% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 141 - color contains mainly: green. Hex color #688D1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688D1C is #9772E3. Grayscale: #757575. Windows color (decimal): -9925348 or 1871208. OLE color: 1871208.

HSL color Cylindrical-coordinate representation of color #688D1C: hue angle of 79.65º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #688D1C is Cyan = 0.26, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB10414128-
CMYK0.2600.800.45
HSL79.65º66.86%33.14%-
HSV(B)79.65º80.14%55.29%-
XYZ15.4422.084.55-
YUV117.0677.74118.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.10%
GREEN value IS 141 (55.47% from 255) = 51.65%
BLUE value IS 28 (11.33% from 255) = 10.26%
R=38.10%
G=51.65%
B=10.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104141280.2600.800.4579.6566.8633.14
Hex688D1C1A0502D504321
Octal150215343201205512010341
Binary11010001000110111100110100101000010110110100001000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688D1C; }

 p { color: rgb(104,141,28); }

 H1.HeaderClassName
 {
   color: #688D1C;
 }
 .AnyTagClassName
 {
   color: #688D1C;
 }
</style>
background-color css

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

 a { background-color: rgb(104,141,28); }

 div.DivClassName
 {
   background-color: #688D1C;
 }
 .BgClassName
 {
   background-color: #688D1C;
 }
</style>
border-color css

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

 span { border-color: rgb(104,141,28); }

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