#688A27

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

Shades of Olive Drab #688A27

Tints of Olive Drab #688A27

Color information

#688A27 (or 0x688A27) is unknown color: approx Olive Drab. HEX triplet: 68, 8A and 27. RGB value is (104,138,39). Sum of RGB (Red+Green+Blue) = 104+138+39=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 138 (54.30% from 255 or 49.11% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 138 - color contains mainly: green. Hex color #688A27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688A27 is #9775D8. Grayscale: #747474. Windows color (decimal): -9926105 or 2591336. OLE color: 2591336.

HSL color Cylindrical-coordinate representation of color #688A27: hue angle of 80.61º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #688A27 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB10413839-
CMYK0.2500.720.46
HSL80.61º55.93%34.71%-
HSV(B)80.61º71.74%54.12%-
XYZ15.1621.275.23-
YUV116.5584.24119.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.01%
GREEN value IS 138 (54.30% from 255) = 49.11%
BLUE value IS 39 (15.62% from 255) = 13.88%
R=37.01%
G=49.11%
B=13.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal104138390.2500.720.4680.6155.9334.71
Hex688A27190482E513823
Octal15021247310110561217043
Binary11010001000101010011111001010010001011101010001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,138,39); }

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

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

 a { background-color: rgb(104,138,39); }

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

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

 span { border-color: rgb(104,138,39); }

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