#6A8629

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

Shades of Olive Drab #6A8629

Tints of Olive Drab #6A8629

Color information

#6A8629 (or 0x6A8629) is unknown color: approx Olive Drab. HEX triplet: 6A, 86 and 29. RGB value is (106,134,41). Sum of RGB (Red+Green+Blue) = 106+134+41=281 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.72% from 281); Green value is 134 (52.73% from 255 or 47.69% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 134 - color contains mainly: green. Hex color #6A8629 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8629 is #9579D6. Grayscale: #737373. Windows color (decimal): -9796055 or 2721386. OLE color: 2721386.

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

Color convert

RGB10613441-
CMYK0.2100.690.47
HSL78.06º53.14%34.31%-
HSV(B)78.06º69.4%52.55%-
XYZ14.8720.275.23-
YUV115.0386.22121.56-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.72%
GREEN value IS 134 (52.73% from 255) = 47.69%
BLUE value IS 41 (16.41% from 255) = 14.59%
R=37.72%
G=47.69%
B=14.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106134410.2100.690.4778.0653.1434.31
Hex6A8629150452F4e3522
Octal15220651250105571166542
Binary11010101000011010100110101010001011011111001110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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