#688116

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

Shades of Olive Drab #688116

Tints of Olive Drab #688116

Color information

#688116 (or 0x688116) is unknown color: approx Olive Drab. HEX triplet: 68, 81 and 16. RGB value is (104,129,22). Sum of RGB (Red+Green+Blue) = 104+129+22=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 129 (50.78% from 255 or 50.59% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 129 - color contains mainly: green. Hex color #688116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688116 is #977EE9. Grayscale: #6D6D6D. Windows color (decimal): -9928426 or 1474920. OLE color: 1474920.

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

Color convert

RGB10412922-
CMYK0.1900.830.49
HSL74.02º70.86%29.61%-
HSV(B)74.02º82.95%50.59%-
XYZ13.718.73.65-
YUV109.3378.72124.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.78%
GREEN value IS 129 (50.78% from 255) = 50.59%
BLUE value IS 22 (8.98% from 255) = 8.63%
R=40.78%
G=50.59%
B=8.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104129220.1900.830.4974.0270.8629.61
Hex68811613053314a471e
Octal150201262301236111210736
Binary1101000100000011011010011010100111100011001010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688116; }

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

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

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

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

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

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

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

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