#6A8429

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

Shades of Olive Drab #6A8429

Tints of Olive Drab #6A8429

Color information

#6A8429 (or 0x6A8429) is unknown color: approx Olive Drab. HEX triplet: 6A, 84 and 29. RGB value is (106,132,41). Sum of RGB (Red+Green+Blue) = 106+132+41=279 (36% of max value = 765). Red value is 106 (41.80% from 255 or 37.99% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #6A8429 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8429 is #957BD6. Grayscale: #727272. Windows color (decimal): -9796567 or 2720874. OLE color: 2720874.

HSL color Cylindrical-coordinate representation of color #6A8429: hue angle of 77.14º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6A8429 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB10613241-
CMYK0.2000.690.48
HSL77.14º52.6%33.92%-
HSV(B)77.14º68.94%51.76%-
XYZ14.619.735.14-
YUV113.8586.89122.4-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.99%
GREEN value IS 132 (51.95% from 255) = 47.31%
BLUE value IS 41 (16.41% from 255) = 14.70%
R=37.99%
G=47.31%
B=14.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal106132410.2000.690.4877.1452.633.92
Hex6A842914045304d3522
Octal15220451240105601156542
Binary11010101000010010100110100010001011100001001101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,132,41); }

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

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

 a { background-color: rgb(106,132,41); }

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

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

 span { border-color: rgb(106,132,41); }

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