#699311

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

Shades of Olive Drab #699311

Tints of Olive Drab #699311

Color information

#699311 (or 0x699311) is unknown color: approx Olive Drab. HEX triplet: 69, 93 and 11. RGB value is (105,147,17). Sum of RGB (Red+Green+Blue) = 105+147+17=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 147 (57.81% from 255 or 54.65% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 147 - color contains mainly: green. Hex color #699311 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699311 is #966CEE. Grayscale: #787878. Windows color (decimal): -9858287 or 1151849. OLE color: 1151849.

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

Color convert

RGB10514717-
CMYK0.2900.880.42
HSL79.38º79.27%32.16%-
HSV(B)79.38º88.44%57.65%-
XYZ16.3623.914.28-
YUV119.6270.09117.57-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.03%
GREEN value IS 147 (57.81% from 255) = 54.65%
BLUE value IS 17 (7.03% from 255) = 6.32%
R=39.03%
G=54.65%
B=6.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105147170.2900.880.4279.3879.2732.16
Hex6993111D0582A4f4f20
Octal151223213501305211711740
Binary11010011001001110001111010101100010101010011111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699311; }

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

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

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

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

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

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

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

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