#688421

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

Shades of Olive Drab #688421

Tints of Olive Drab #688421

Color information

#688421 (or 0x688421) is unknown color: approx Olive Drab. HEX triplet: 68, 84 and 21. RGB value is (104,132,33). Sum of RGB (Red+Green+Blue) = 104+132+33=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 132 (51.95% from 255 or 49.07% from 269); Blue value is 33 (13.28% from 255 or 12.27% from 269); Max value from RGB is 132 - color contains mainly: green. Hex color #688421 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688421 is #977BDE. Grayscale: #707070. Windows color (decimal): -9927647 or 2196584. OLE color: 2196584.

HSL color Cylindrical-coordinate representation of color #688421: hue angle of 76.97º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #688421 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB10413233-
CMYK0.2100.750.48
HSL76.97º60%32.35%-
HSV(B)76.97º75%51.76%-
XYZ14.2319.564.46-
YUV112.3483.22122.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.66%
GREEN value IS 132 (51.95% from 255) = 49.07%
BLUE value IS 33 (13.28% from 255) = 12.27%
R=38.66%
G=49.07%
B=12.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104132330.2100.750.4876.976032.35
Hex6884211504B304d3c20
Octal15020441250113601157440
Binary11010001000010010000110101010010111100001001101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688421; }

 p { color: rgb(104,132,33); }

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

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

 a { background-color: rgb(104,132,33); }

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

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

 span { border-color: rgb(104,132,33); }

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