#689915

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

Shades of Olive Drab #689915

Tints of Olive Drab #689915

Color information

#689915 (or 0x689915) is unknown color: approx Olive Drab. HEX triplet: 68, 99 and 15. RGB value is (104,153,21). Sum of RGB (Red+Green+Blue) = 104+153+21=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 153 (60.16% from 255 or 55.04% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 153 - color contains mainly: green. Hex color #689915 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689915 is #9766EA. Grayscale: #7B7B7B. Windows color (decimal): -9922283 or 1415528. OLE color: 1415528.

HSL color Cylindrical-coordinate representation of color #689915: hue angle of 82.27º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #689915 is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB10415321-
CMYK0.3200.860.4
HSL82.27º75.86%34.12%-
HSV(B)82.27º86.27%60%-
XYZ17.2425.784.78-
YUV123.370.27114.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.41%
GREEN value IS 153 (60.16% from 255) = 55.04%
BLUE value IS 21 (8.59% from 255) = 7.55%
R=37.41%
G=55.04%
B=7.55%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal104153210.3200.860.482.2775.8634.12
Hex6899152005628524c22
Octal150231254001265012211442
Binary110100010011001101011000000101011010100010100101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689915; }

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

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

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

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

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

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

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

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