#6A8434

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

Shades of Olive Drab #6A8434

Tints of Olive Drab #6A8434

Color information

#6A8434 (or 0x6A8434) is unknown color: approx Olive Drab. HEX triplet: 6A, 84 and 34. RGB value is (106,132,52). Sum of RGB (Red+Green+Blue) = 106+132+52=290 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.55% from 290); Green value is 132 (51.95% from 255 or 45.52% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 132 - color contains mainly: green. Hex color #6A8434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8434 is #957BCB. Grayscale: #737373. Windows color (decimal): -9796556 or 3441770. OLE color: 3441770.

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

Color convert

RGB10613252-
CMYK0.2000.610.48
HSL79.5º43.48%36.08%-
HSV(B)79.5º60.61%51.76%-
XYZ14.8119.816.29-
YUV115.1192.39121.5-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.55%
GREEN value IS 132 (51.95% from 255) = 45.52%
BLUE value IS 52 (20.70% from 255) = 17.93%
R=36.55%
G=45.52%
B=17.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal106132520.2000.610.4879.543.4836.08
Hex6A84341403D30502b24
Octal1522046424075601205344
Binary1101010100001001101001010001111011100001010000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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