#688B26

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

Shades of Olive Drab #688B26

Tints of Olive Drab #688B26

Color information

#688B26 (or 0x688B26) is unknown color: approx Olive Drab. HEX triplet: 68, 8B and 26. RGB value is (104,139,38). Sum of RGB (Red+Green+Blue) = 104+139+38=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 139 (54.69% from 255 or 49.47% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 139 - color contains mainly: green. Hex color #688B26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688B26 is #9774D9. Grayscale: #757575. Windows color (decimal): -9925850 or 2526056. OLE color: 2526056.

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

Color convert

RGB10413938-
CMYK0.2500.730.45
HSL80.79º57.06%34.71%-
HSV(B)80.79º72.66%54.51%-
XYZ15.2921.555.19-
YUV117.0283.4118.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.01%
GREEN value IS 139 (54.69% from 255) = 49.47%
BLUE value IS 38 (15.23% from 255) = 13.52%
R=37.01%
G=49.47%
B=13.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104139380.2500.730.4580.7957.0634.71
Hex688B26190492D513923
Octal15021346310111551217143
Binary11010001000101110011011001010010011011011010001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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