#688B0F

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

Shades of Olive Drab #688B0F

Tints of Olive Drab #688B0F

Color information

#688B0F (or 0x688B0F) is unknown color: approx Olive Drab. HEX triplet: 68, 8B and 0F. RGB value is (104,139,15). Sum of RGB (Red+Green+Blue) = 104+139+15=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 139 (54.69% from 255 or 53.88% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 139 - color contains mainly: green. Hex color #688B0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688B0F is #9774F0. Grayscale: #727272. Windows color (decimal): -9925873 or 1018728. OLE color: 1018728.

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

Color convert

RGB10413915-
CMYK0.2500.890.45
HSL76.94º80.52%30.2%-
HSV(B)76.94º89.21%54.51%-
XYZ15.0321.443.8-
YUV114.471.9120.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.31%
GREEN value IS 139 (54.69% from 255) = 53.88%
BLUE value IS 15 (6.25% from 255) = 5.81%
R=40.31%
G=53.88%
B=5.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104139150.2500.890.4576.9480.5230.2
Hex688BF190592D4d511e
Octal150213173101315511512136
Binary110100010001011111111001010110011011011001101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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