#688b0d

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

Shades of Olive Drab #688B0D

Tints of Olive Drab #688B0D

Color information

#688B0D (or 0x688B0D) is unknown color: approx Olive Drab. HEX triplet: 68, 8B and 0D. RGB value is (104,139,13). Sum of RGB (Red+Green+Blue) = 104+139+13=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 139 (54.69% from 255 or 54.30% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 139 - color contains mainly: green. Hex color #688B0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688B0D is #9774F2. Grayscale: #727272. Windows color (decimal): -9925875 or 887656. OLE color: 887656.

HSL color Cylindrical-coordinate representation of color #688B0D: hue angle of 76.67º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #688B0D is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB10413913-
CMYK0.2500.910.45
HSL76.67º82.89%29.8%-
HSV(B)76.67º90.65%54.51%-
XYZ15.0121.443.73-
YUV114.1770.9120.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.62%
GREEN value IS 139 (54.69% from 255) = 54.30%
BLUE value IS 13 (5.47% from 255) = 5.08%
R=40.62%
G=54.30%
B=5.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104139130.2500.910.4576.6782.8929.8
Hex688BD1905B2D4d531e
Octal150213153101335511512336
Binary110100010001011110111001010110111011011001101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688b0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,139,13); }

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

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

 a { background-color: rgb(104,139,13); }

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

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

 span { border-color: rgb(104,139,13); }

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