#699410

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

Shades of Olive Drab #699410

Tints of Olive Drab #699410

Color information

#699410 (or 0x699410) is unknown color: approx Olive Drab. HEX triplet: 69, 94 and 10. RGB value is (105,148,16). Sum of RGB (Red+Green+Blue) = 105+148+16=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 148 (58.20% from 255 or 55.02% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 148 - color contains mainly: green. Hex color #699410 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699410 is #966BEF. Grayscale: #787878. Windows color (decimal): -9858032 or 1086569. OLE color: 1086569.

HSL color Cylindrical-coordinate representation of color #699410: hue angle of 79.55º 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 #699410 is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB10514816-
CMYK0.2900.890.42
HSL79.55º80.49%32.16%-
HSV(B)79.55º89.19%58.04%-
XYZ16.5124.224.3-
YUV120.0969.25117.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.03%
GREEN value IS 148 (58.20% from 255) = 55.02%
BLUE value IS 16 (6.64% from 255) = 5.95%
R=39.03%
G=55.02%
B=5.95%

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
Decimal105148160.2900.890.4279.5580.4932.16
Hex6994101D0592A505020
Octal151224203501315212012040
Binary11010011001010010000111010101100110101010100001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699410; }

 p { color: rgb(105,148,16); }

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

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

 a { background-color: rgb(105,148,16); }

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

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

 span { border-color: rgb(105,148,16); }

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