#699511

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

Shades of Olive Drab #699511

Tints of Olive Drab #699511

Color information

#699511 (or 0x699511) is unknown color: approx Olive Drab. HEX triplet: 69, 95 and 11. RGB value is (105,149,17). Sum of RGB (Red+Green+Blue) = 105+149+17=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 149 (58.59% from 255 or 54.98% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 149 - color contains mainly: green. Hex color #699511 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699511 is #966AEE. Grayscale: #797979. Windows color (decimal): -9857775 or 1152361. OLE color: 1152361.

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

Color convert

RGB10514917-
CMYK0.3000.890.42
HSL80º79.52%32.55%-
HSV(B)80º88.59%58.43%-
XYZ16.6724.544.39-
YUV120.869.42116.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.75%
GREEN value IS 149 (58.59% from 255) = 54.98%
BLUE value IS 17 (7.03% from 255) = 6.27%
R=38.75%
G=54.98%
B=6.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105149170.3000.890.428079.5232.55
Hex6995111E0592A505021
Octal151225213601315212012041
Binary11010011001010110001111100101100110101010100001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699511; }

 p { color: rgb(105,149,17); }

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

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

 a { background-color: rgb(105,149,17); }

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

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

 span { border-color: rgb(105,149,17); }

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