#6D862B

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

Shades of Olive Drab #6D862B

Tints of Olive Drab #6D862B

Color information

#6D862B (or 0x6D862B) is unknown color: approx Olive Drab. HEX triplet: 6D, 86 and 2B. RGB value is (109,134,43). Sum of RGB (Red+Green+Blue) = 109+134+43=286 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.11% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #6D862B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D862B is #9279D4. Grayscale: #747474. Windows color (decimal): -9599445 or 2852461. OLE color: 2852461.

HSL color Cylindrical-coordinate representation of color #6D862B: hue angle of 76.48º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D862B is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB10913443-
CMYK0.1900.680.47
HSL76.48º51.41%34.71%-
HSV(B)76.48º67.91%52.55%-
XYZ15.2720.485.43-
YUV116.1586.72122.9-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.11%
GREEN value IS 134 (52.73% from 255) = 46.85%
BLUE value IS 43 (17.19% from 255) = 15.03%
R=38.11%
G=46.85%
B=15.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal109134430.1900.680.4776.4851.4134.71
Hex6D862B130442F4c3323
Octal15520653230104571146343
Binary11011011000011010101110011010001001011111001100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D862B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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