#6A8622

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

Shades of Olive Drab #6A8622

Tints of Olive Drab #6A8622

Color information

#6A8622 (or 0x6A8622) is unknown color: approx Olive Drab. HEX triplet: 6A, 86 and 22. RGB value is (106,134,34). Sum of RGB (Red+Green+Blue) = 106+134+34=274 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.69% from 274); Green value is 134 (52.73% from 255 or 48.91% from 274); Blue value is 34 (13.67% from 255 or 12.41% from 274); Max value from RGB is 134 - color contains mainly: green. Hex color #6A8622 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8622 is #9579DD. Grayscale: #727272. Windows color (decimal): -9796062 or 2262634. OLE color: 2262634.

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

Color convert

RGB10613434-
CMYK0.2100.750.47
HSL76.8º59.52%32.94%-
HSV(B)76.8º74.63%52.55%-
XYZ14.7620.234.64-
YUV114.2382.72122.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.69%
GREEN value IS 134 (52.73% from 255) = 48.91%
BLUE value IS 34 (13.67% from 255) = 12.41%
R=38.69%
G=48.91%
B=12.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106134340.2100.750.4776.859.5232.94
Hex6A86221504B2F4d3c21
Octal15220642250113571157441
Binary11010101000011010001010101010010111011111001101111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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