#699316

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

Shades of Olive Drab #699316

Tints of Olive Drab #699316

Color information

#699316 (or 0x699316) is unknown color: approx Olive Drab. HEX triplet: 69, 93 and 16. RGB value is (105,147,22). Sum of RGB (Red+Green+Blue) = 105+147+22=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 147 (57.81% from 255 or 53.65% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 147 - color contains mainly: green. Hex color #699316 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699316 is #966CE9. Grayscale: #787878. Windows color (decimal): -9858282 or 1479529. OLE color: 1479529.

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

Color convert

RGB10514722-
CMYK0.2900.850.42
HSL80.16º73.96%33.14%-
HSV(B)80.16º85.03%57.65%-
XYZ16.423.934.51-
YUV120.1972.59117.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.32%
GREEN value IS 147 (57.81% from 255) = 53.65%
BLUE value IS 22 (8.98% from 255) = 8.03%
R=38.32%
G=53.65%
B=8.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105147220.2900.850.4280.1673.9633.14
Hex6993161D0552A504a21
Octal151223263501255212011241
Binary11010011001001110110111010101010110101010100001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699316; }

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

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

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

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

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

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

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

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