#6A8A2E

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

Shades of Olive Drab #6A8A2E

Tints of Olive Drab #6A8A2E

Color information

#6A8A2E (or 0x6A8A2E) is unknown color: approx Olive Drab. HEX triplet: 6A, 8A and 2E. RGB value is (106,138,46). Sum of RGB (Red+Green+Blue) = 106+138+46=290 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.55% from 290); Green value is 138 (54.30% from 255 or 47.59% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 138 - color contains mainly: green. Hex color #6A8A2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8A2E is #9575D1. Grayscale: #767676. Windows color (decimal): -9795026 or 3050090. OLE color: 3050090.

HSL color Cylindrical-coordinate representation of color #6A8A2E: hue angle of 80.87º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A8A2E is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.

Color convert

RGB10613846-
CMYK0.2300.670.46
HSL80.87º50%36.08%-
HSV(B)80.87º66.67%54.12%-
XYZ15.5321.445.9-
YUV117.9487.4119.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.55%
GREEN value IS 138 (54.30% from 255) = 47.59%
BLUE value IS 46 (18.36% from 255) = 15.86%
R=36.55%
G=47.59%
B=15.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal106138460.2300.670.4680.875036.08
Hex6A8A2E170432E513224
Octal15221256270103561216244
Binary11010101000101010111010111010000111011101010001110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,138,46); }

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

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

 a { background-color: rgb(106,138,46); }

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

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

 span { border-color: rgb(106,138,46); }

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