#688D1F

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

Shades of Olive Drab #688D1F

Tints of Olive Drab #688D1F

Color information

#688D1F (or 0x688D1F) is unknown color: approx Olive Drab. HEX triplet: 68, 8D and 1F. RGB value is (104,141,31). Sum of RGB (Red+Green+Blue) = 104+141+31=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 141 (55.47% from 255 or 51.09% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 141 - color contains mainly: green. Hex color #688D1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688D1F is #9772E0. Grayscale: #757575. Windows color (decimal): -9925345 or 2067816. OLE color: 2067816.

HSL color Cylindrical-coordinate representation of color #688D1F: hue angle of 80.18º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #688D1F is Cyan = 0.26, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB10414131-
CMYK0.2600.780.45
HSL80.18º63.95%33.73%-
HSV(B)80.18º78.01%55.29%-
XYZ15.4822.094.74-
YUV117.479.24118.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.68%
GREEN value IS 141 (55.47% from 255) = 51.09%
BLUE value IS 31 (12.5% from 255) = 11.23%
R=37.68%
G=51.09%
B=11.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104141310.2600.780.4580.1863.9533.73
Hex688D1F1A04E2D504022
Octal150215373201165512010042
Binary11010001000110111111110100100111010110110100001000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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