#699A15

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

Shades of Olive Drab #699A15

Tints of Olive Drab #699A15

Color information

#699A15 (or 0x699A15) is unknown color: approx Olive Drab. HEX triplet: 69, 9A and 15. RGB value is (105,154,21). Sum of RGB (Red+Green+Blue) = 105+154+21=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 154 (60.55% from 255 or 55% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 154 - color contains mainly: green. Hex color #699A15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699A15 is #9665EA. Grayscale: #7C7C7C. Windows color (decimal): -9856491 or 1415785. OLE color: 1415785.

HSL color Cylindrical-coordinate representation of color #699A15: hue angle of 82.11º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #699A15 is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB10515421-
CMYK0.3200.860.40
HSL82.11º76%34.31%-
HSV(B)82.11º86.36%60.39%-
XYZ17.5226.174.84-
YUV124.1969.77114.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.5%
GREEN value IS 154 (60.55% from 255) = 55%
BLUE value IS 21 (8.59% from 255) = 7.5%
R=37.5%
G=55%
B=7.5%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal105154210.3200.860.4082.117634.31
Hex699A152005628524c22
Octal151232254001265012211442
Binary110100110011010101011000000101011010100010100101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699A15; }

 p { color: rgb(105,154,21); }

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

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

 a { background-color: rgb(105,154,21); }

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

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

 span { border-color: rgb(105,154,21); }

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