#688B1F

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

Shades of Olive Drab #688B1F

Tints of Olive Drab #688B1F

Color information

#688B1F (or 0x688B1F) is unknown color: approx Olive Drab. HEX triplet: 68, 8B and 1F. RGB value is (104,139,31). Sum of RGB (Red+Green+Blue) = 104+139+31=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 139 (54.69% from 255 or 50.73% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 139 - color contains mainly: green. Hex color #688B1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688B1F is #9774E0. Grayscale: #747474. Windows color (decimal): -9925857 or 2067304. OLE color: 2067304.

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

Color convert

RGB10413931-
CMYK0.2500.780.45
HSL79.44º63.53%33.33%-
HSV(B)79.44º77.7%54.51%-
XYZ15.1921.514.65-
YUV116.2279.9119.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.96%
GREEN value IS 139 (54.69% from 255) = 50.73%
BLUE value IS 31 (12.5% from 255) = 11.31%
R=37.96%
G=50.73%
B=11.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104139310.2500.780.4579.4463.5333.33
Hex688B1F1904E2D4f4021
Octal150213373101165511710041
Binary11010001000101111111110010100111010110110011111000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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