#688E2C

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

Shades of Olive Drab #688E2C

Tints of Olive Drab #688E2C

Color information

#688E2C (or 0x688E2C) is unknown color: approx Olive Drab. HEX triplet: 68, 8E and 2C. RGB value is (104,142,44). Sum of RGB (Red+Green+Blue) = 104+142+44=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 142 (55.86% from 255 or 48.97% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 142 - color contains mainly: green. Hex color #688E2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688E2C is #9771D3. Grayscale: #777777. Windows color (decimal): -9925076 or 2920040. OLE color: 2920040.

HSL color Cylindrical-coordinate representation of color #688E2C: hue angle of 83.27º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #688E2C is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB10414244-
CMYK0.2700.690.44
HSL83.27º52.69%36.47%-
HSV(B)83.27º69.01%55.69%-
XYZ15.8422.475.89-
YUV119.4785.41116.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.86%
GREEN value IS 142 (55.86% from 255) = 48.97%
BLUE value IS 44 (17.58% from 255) = 15.17%
R=35.86%
G=48.97%
B=15.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104142440.2700.690.4483.2752.6936.47
Hex688E2C1B0452C533524
Octal15021654330105541236544
Binary11010001000111010110011011010001011011001010011110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,142,44); }

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

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

 a { background-color: rgb(104,142,44); }

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

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

 span { border-color: rgb(104,142,44); }

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