#6A8229

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

Shades of Olive Drab #6A8229

Tints of Olive Drab #6A8229

Color information

#6A8229 (or 0x6A8229) is unknown color: approx Olive Drab. HEX triplet: 6A, 82 and 29. RGB value is (106,130,41). Sum of RGB (Red+Green+Blue) = 106+130+41=277 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.27% from 277); Green value is 130 (51.17% from 255 or 46.93% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 130 - color contains mainly: green. Hex color #6A8229 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8229 is #957DD6. Grayscale: #717171. Windows color (decimal): -9797079 or 2720362. OLE color: 2720362.

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

Color convert

RGB10613041-
CMYK0.1800.680.49
HSL76.18º52.05%33.53%-
HSV(B)76.18º68.46%50.98%-
XYZ14.3319.195.05-
YUV112.6887.55123.24-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.27%
GREEN value IS 130 (51.17% from 255) = 46.93%
BLUE value IS 41 (16.41% from 255) = 14.80%
R=38.27%
G=46.93%
B=14.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal106130410.1800.680.4976.1852.0533.53
Hex6A822912044314c3422
Octal15220251220104611146442
Binary11010101000001010100110010010001001100011001100110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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