#6a8324

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

Shades of Olive Drab #6A8324

Tints of Olive Drab #6A8324

Color information

#6A8324 (or 0x6A8324) is unknown color: approx Olive Drab. HEX triplet: 6A, 83 and 24. RGB value is (106,131,36). Sum of RGB (Red+Green+Blue) = 106+131+36=273 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.83% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 131 - color contains mainly: green. Hex color #6A8324 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8324 is #957CDB. Grayscale: #717171. Windows color (decimal): -9796828 or 2392938. OLE color: 2392938.

HSL color Cylindrical-coordinate representation of color #6A8324: hue angle of 75.79º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A8324 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB10613136-
CMYK0.1900.730.49
HSL75.79º56.89%32.75%-
HSV(B)75.79º72.52%51.37%-
XYZ14.3819.424.66-
YUV112.784.72123.22-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.83%
GREEN value IS 131 (51.56% from 255) = 47.99%
BLUE value IS 36 (14.45% from 255) = 13.19%
R=38.83%
G=47.99%
B=13.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal106131360.1900.730.4975.7956.8932.75
Hex6A832413049314c3921
Octal15220344230111611147141
Binary11010101000001110010010011010010011100011001100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a8324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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