#6D9513

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

Shades of Olive Drab #6D9513

Tints of Olive Drab #6D9513

Color information

#6D9513 (or 0x6D9513) is unknown color: approx Olive Drab. HEX triplet: 6D, 95 and 13. RGB value is (109,149,19). Sum of RGB (Red+Green+Blue) = 109+149+19=277 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.35% from 277); Green value is 149 (58.59% from 255 or 53.79% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 149 - color contains mainly: green. Hex color #6D9513 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D9513 is #926AEC. Grayscale: #7A7A7A. Windows color (decimal): -9595629 or 1283437. OLE color: 1283437.

HSL color Cylindrical-coordinate representation of color #6D9513: hue angle of 78.46º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6D9513 is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB10914919-
CMYK0.2700.870.42
HSL78.46º77.38%32.94%-
HSV(B)78.46º87.25%58.43%-
XYZ17.1724.794.5-
YUV122.2269.75118.57-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.35%
GREEN value IS 149 (58.59% from 255) = 53.79%
BLUE value IS 19 (7.81% from 255) = 6.86%
R=39.35%
G=53.79%
B=6.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal109149190.2700.870.4278.4677.3832.94
Hex6D95131B0572A4e4d21
Octal155225233301275211611541
Binary11011011001010110011110110101011110101010011101001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D9513; }

 p { color: rgb(109,149,19); }

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

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

 a { background-color: rgb(109,149,19); }

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

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

 span { border-color: rgb(109,149,19); }

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