#688716

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

Shades of Olive Drab #688716

Tints of Olive Drab #688716

Color information

#688716 (or 0x688716) is unknown color: approx Olive Drab. HEX triplet: 68, 87 and 16. RGB value is (104,135,22). Sum of RGB (Red+Green+Blue) = 104+135+22=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 135 (53.12% from 255 or 51.72% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 135 - color contains mainly: green. Hex color #688716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688716 is #9778E9. Grayscale: #717171. Windows color (decimal): -9926890 or 1476456. OLE color: 1476456.

HSL color Cylindrical-coordinate representation of color #688716: hue angle of 76.46º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #688716 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB10413522-
CMYK0.2300.840.47
HSL76.46º71.97%30.78%-
HSV(B)76.46º83.7%52.94%-
XYZ14.5220.333.92-
YUV112.8576.73121.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.85%
GREEN value IS 135 (53.12% from 255) = 51.72%
BLUE value IS 22 (8.98% from 255) = 8.43%
R=39.85%
G=51.72%
B=8.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104135220.2300.840.4776.4671.9730.78
Hex688716170542F4c481f
Octal150207262701245711411037
Binary1101000100001111011010111010101001011111001100100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688716; }

 p { color: rgb(104,135,22); }

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

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

 a { background-color: rgb(104,135,22); }

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

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

 span { border-color: rgb(104,135,22); }

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