#689310

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

Shades of Olive Drab #689310

Tints of Olive Drab #689310

Color information

#689310 (or 0x689310) is unknown color: approx Olive Drab. HEX triplet: 68, 93 and 10. RGB value is (104,147,16). Sum of RGB (Red+Green+Blue) = 104+147+16=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 147 (57.81% from 255 or 55.06% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 147 - color contains mainly: green. Hex color #689310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689310 is #976CEF. Grayscale: #777777. Windows color (decimal): -9923824 or 1086312. OLE color: 1086312.

HSL color Cylindrical-coordinate representation of color #689310: hue angle of 79.69º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #689310 is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB10414716-
CMYK0.2900.890.42
HSL79.69º80.37%31.96%-
HSV(B)79.69º89.12%57.65%-
XYZ16.2423.854.24-
YUV119.2169.75117.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.95%
GREEN value IS 147 (57.81% from 255) = 55.06%
BLUE value IS 16 (6.64% from 255) = 5.99%
R=38.95%
G=55.06%
B=5.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104147160.2900.890.4279.6980.3731.96
Hex6893101D0592A505020
Octal150223203501315212012040
Binary11010001001001110000111010101100110101010100001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689310; }

 p { color: rgb(104,147,16); }

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

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

 a { background-color: rgb(104,147,16); }

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

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

 span { border-color: rgb(104,147,16); }

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