#689416

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

Shades of Olive Drab #689416

Tints of Olive Drab #689416

Color information

#689416 (or 0x689416) is unknown color: approx Olive Drab. HEX triplet: 68, 94 and 16. RGB value is (104,148,22). Sum of RGB (Red+Green+Blue) = 104+148+22=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 148 (58.20% from 255 or 54.01% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 148 - color contains mainly: green. Hex color #689416 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689416 is #976BE9. Grayscale: #787878. Windows color (decimal): -9923562 or 1479784. OLE color: 1479784.

HSL color Cylindrical-coordinate representation of color #689416: hue angle of 80.95º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #689416 is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB10414822-
CMYK0.3000.850.42
HSL80.95º74.12%33.33%-
HSV(B)80.95º85.14%58.04%-
XYZ16.4424.184.56-
YUV120.4872.42116.25-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.96%
GREEN value IS 148 (58.20% from 255) = 54.01%
BLUE value IS 22 (8.98% from 255) = 8.03%
R=37.96%
G=54.01%
B=8.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104148220.3000.850.4280.9574.1233.33
Hex6894161E0552A514a21
Octal150224263601255212111241
Binary11010001001010010110111100101010110101010100011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689416; }

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

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

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

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

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

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

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

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