#6D842B

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

Shades of Olive Drab #6D842B

Tints of Olive Drab #6D842B

Color information

#6D842B (or 0x6D842B) is unknown color: approx Olive Drab. HEX triplet: 6D, 84 and 2B. RGB value is (109,132,43). Sum of RGB (Red+Green+Blue) = 109+132+43=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 132 - color contains mainly: green. Hex color #6D842B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D842B is #927BD4. Grayscale: #737373. Windows color (decimal): -9599957 or 2851949. OLE color: 2851949.

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

Color convert

RGB10913243-
CMYK0.1700.670.48
HSL75.51º50.86%34.31%-
HSV(B)75.51º67.42%51.76%-
XYZ14.9919.935.34-
YUV114.9887.38123.74-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.38%
GREEN value IS 132 (51.95% from 255) = 46.48%
BLUE value IS 43 (17.19% from 255) = 15.14%
R=38.38%
G=46.48%
B=15.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal109132430.1700.670.4875.5150.8634.31
Hex6D842B11043304c3322
Octal15520453210103601146342
Binary11011011000010010101110001010000111100001001100110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D842B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,132,43); }

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

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

 a { background-color: rgb(109,132,43); }

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

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

 span { border-color: rgb(109,132,43); }

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