#688315

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

Shades of Olive Drab #688315

Tints of Olive Drab #688315

Color information

#688315 (or 0x688315) is unknown color: approx Olive Drab. HEX triplet: 68, 83 and 15. RGB value is (104,131,21). Sum of RGB (Red+Green+Blue) = 104+131+21=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 131 (51.56% from 255 or 51.17% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 131 - color contains mainly: green. Hex color #688315 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688315 is #977CEA. Grayscale: #6E6E6E. Windows color (decimal): -9927915 or 1409896. OLE color: 1409896.

HSL color Cylindrical-coordinate representation of color #688315: hue angle of 74.73º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #688315 is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB10413121-
CMYK0.2100.840.49
HSL74.73º72.37%29.8%-
HSV(B)74.73º83.97%51.37%-
XYZ13.9619.233.69-
YUV110.3977.55123.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.62%
GREEN value IS 131 (51.56% from 255) = 51.17%
BLUE value IS 21 (8.59% from 255) = 8.20%
R=40.62%
G=51.17%
B=8.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104131210.2100.840.4974.7372.3729.8
Hex68831515054314b481e
Octal150203252501246111311036
Binary1101000100000111010110101010101001100011001011100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688315; }

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

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

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

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

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

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

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

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