#699424

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

Shades of Olive Drab #699424

Tints of Olive Drab #699424

Color information

#699424 (or 0x699424) is unknown color: approx Olive Drab. HEX triplet: 69, 94 and 24. RGB value is (105,148,36). Sum of RGB (Red+Green+Blue) = 105+148+36=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 148 (58.20% from 255 or 51.21% from 289); Blue value is 36 (14.45% from 255 or 12.46% from 289); Max value from RGB is 148 - color contains mainly: green. Hex color #699424 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699424 is #966BDB. Grayscale: #7A7A7A. Windows color (decimal): -9858012 or 2397289. OLE color: 2397289.

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

Color convert

RGB10514836-
CMYK0.2900.760.42
HSL83.04º60.87%36.08%-
HSV(B)83.04º75.68%58.04%-
XYZ16.7324.315.48-
YUV122.3779.25115.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.33%
GREEN value IS 148 (58.20% from 255) = 51.21%
BLUE value IS 36 (14.45% from 255) = 12.46%
R=36.33%
G=51.21%
B=12.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105148360.2900.760.4283.0460.8736.08
Hex6994241D04C2A533d24
Octal15122444350114521237544
Binary11010011001010010010011101010011001010101010011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699424; }

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

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

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

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

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

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

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

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