#688B2A

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

Shades of Olive Drab #688B2A

Tints of Olive Drab #688B2A

Color information

#688B2A (or 0x688B2A) is unknown color: approx Olive Drab. HEX triplet: 68, 8B and 2A. RGB value is (104,139,42). Sum of RGB (Red+Green+Blue) = 104+139+42=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 139 (54.69% from 255 or 48.77% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 139 - color contains mainly: green. Hex color #688B2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688B2A is #9774D5. Grayscale: #757575. Windows color (decimal): -9925846 or 2788200. OLE color: 2788200.

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

Color convert

RGB10413942-
CMYK0.2500.700.45
HSL81.65º53.59%35.49%-
HSV(B)81.65º69.78%54.51%-
XYZ15.3621.585.55-
YUV117.4885.4118.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.49%
GREEN value IS 139 (54.69% from 255) = 48.77%
BLUE value IS 42 (16.80% from 255) = 14.74%
R=36.49%
G=48.77%
B=14.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104139420.2500.700.4581.6553.5935.49
Hex688B2A190462D523623
Octal15021352310106551226643
Binary11010001000101110101011001010001101011011010010110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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