#688F15

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

Shades of Olive Drab #688F15

Tints of Olive Drab #688F15

Color information

#688F15 (or 0x688F15) is unknown color: approx Olive Drab. HEX triplet: 68, 8F and 15. RGB value is (104,143,21). Sum of RGB (Red+Green+Blue) = 104+143+21=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 143 (56.25% from 255 or 53.36% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 143 - color contains mainly: green. Hex color #688F15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688F15 is #9770EA. Grayscale: #757575. Windows color (decimal): -9924843 or 1412968. OLE color: 1412968.

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

Color convert

RGB10414321-
CMYK0.2700.850.44
HSL79.18º74.39%32.16%-
HSV(B)79.18º85.31%56.08%-
XYZ15.6722.644.25-
YUV117.4373.58118.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.81%
GREEN value IS 143 (56.25% from 255) = 53.36%
BLUE value IS 21 (8.59% from 255) = 7.84%
R=38.81%
G=53.36%
B=7.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104143210.2700.850.4479.1874.3932.16
Hex688F151B0552C4f4a20
Octal150217253301255411711240
Binary11010001000111110101110110101010110110010011111001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,143,21); }

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

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

 a { background-color: rgb(104,143,21); }

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

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

 span { border-color: rgb(104,143,21); }

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