#6A8624

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

Shades of Olive Drab #6A8624

Tints of Olive Drab #6A8624

Color information

#6A8624 (or 0x6A8624) is unknown color: approx Olive Drab. HEX triplet: 6A, 86 and 24. RGB value is (106,134,36). Sum of RGB (Red+Green+Blue) = 106+134+36=276 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.41% from 276); Green value is 134 (52.73% from 255 or 48.55% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 134 - color contains mainly: green. Hex color #6A8624 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8624 is #9579DB. Grayscale: #727272. Windows color (decimal): -9796060 or 2393706. OLE color: 2393706.

HSL color Cylindrical-coordinate representation of color #6A8624: hue angle of 77.14º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A8624 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB10613436-
CMYK0.2100.730.47
HSL77.14º57.65%33.33%-
HSV(B)77.14º73.13%52.55%-
XYZ14.7920.244.8-
YUV114.4683.72121.97-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.41%
GREEN value IS 134 (52.73% from 255) = 48.55%
BLUE value IS 36 (14.45% from 255) = 13.04%
R=38.41%
G=48.55%
B=13.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106134360.2100.730.4777.1457.6533.33
Hex6A8624150492F4d3a21
Octal15220644250111571157241
Binary11010101000011010010010101010010011011111001101111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,134,36); }

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

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

 a { background-color: rgb(106,134,36); }

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

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

 span { border-color: rgb(106,134,36); }

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