#6A8124

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

Shades of Olive Drab #6A8124

Tints of Olive Drab #6A8124

Color information

#6A8124 (or 0x6A8124) is unknown color: approx Olive Drab. HEX triplet: 6A, 81 and 24. RGB value is (106,129,36). Sum of RGB (Red+Green+Blue) = 106+129+36=271 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.11% from 271); Green value is 129 (50.78% from 255 or 47.60% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 129 - color contains mainly: green. Hex color #6A8124 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8124 is #957EDB. Grayscale: #6F6F6F. Windows color (decimal): -9797340 or 2392426. OLE color: 2392426.

HSL color Cylindrical-coordinate representation of color #6A8124: hue angle of 74.84º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A8124 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB10612936-
CMYK0.1800.720.49
HSL74.84º56.36%32.35%-
HSV(B)74.84º72.09%50.59%-
XYZ14.1118.894.57-
YUV111.5285.38124.06-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.11%
GREEN value IS 129 (50.78% from 255) = 47.60%
BLUE value IS 36 (14.45% from 255) = 13.28%
R=39.11%
G=47.60%
B=13.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal106129360.1800.720.4974.8456.3632.35
Hex6A812412048314b3820
Octal15220144220110611137040
Binary11010101000000110010010010010010001100011001011111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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