#6A8529

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

Shades of Olive Drab #6A8529

Tints of Olive Drab #6A8529

Color information

#6A8529 (or 0x6A8529) is unknown color: approx Olive Drab. HEX triplet: 6A, 85 and 29. RGB value is (106,133,41). Sum of RGB (Red+Green+Blue) = 106+133+41=280 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.86% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 133 - color contains mainly: green. Hex color #6A8529 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8529 is #957AD6. Grayscale: #727272. Windows color (decimal): -9796311 or 2721130. OLE color: 2721130.

HSL color Cylindrical-coordinate representation of color #6A8529: hue angle of 77.61º 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 #6A8529 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB10613341-
CMYK0.2000.690.48
HSL77.61º52.87%34.12%-
HSV(B)77.61º69.17%52.16%-
XYZ14.73205.18-
YUV114.4486.55121.98-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.86%
GREEN value IS 133 (52.34% from 255) = 47.5%
BLUE value IS 41 (16.41% from 255) = 14.64%
R=37.86%
G=47.5%
B=14.64%

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
Decimal106133410.2000.690.4877.6152.8734.12
Hex6A852914045304e3522
Octal15220551240105601166542
Binary11010101000010110100110100010001011100001001110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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