#6D6809

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

Shades of Olive #6D6809

Tints of Olive #6D6809

Color information

#6D6809 (or 0x6D6809) is unknown color: approx Olive. HEX triplet: 6D, 68 and 09. RGB value is (109,104,9). Sum of RGB (Red+Green+Blue) = 109+104+9=222 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.10% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 9 (3.91% from 255 or 4.05% from 222); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6809 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6809 is #9297F6. Grayscale: #5F5F5F. Windows color (decimal): -9607159 or 616557. OLE color: 616557.

HSL color Cylindrical-coordinate representation of color #6D6809: hue angle of 57º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D6809 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.57.

Color convert

RGB1091049-
CMYK00.050.920.57
HSL57º84.75%23.14%-
HSV(B)57º91.74%42.75%-
XYZ11.3113.172.2-
YUV94.6679.66138.22-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 49.10%
GREEN value IS 104 (41.02% from 255) = 46.85%
BLUE value IS 9 (3.91% from 255) = 4.05%
R=49.10%
G=46.85%
B=4.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.92
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109104900.050.920.575784.7523.14
Hex6D689055C39395517
Octal1551501105134717112527
Binary11011011101000100101011011100111001111001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,104,9); }

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

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

 a { background-color: rgb(109,104,9); }

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

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

 span { border-color: rgb(109,104,9); }

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