#6D6800

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

Shades of Olive #6D6800

Tints of Olive #6D6800

Color information

#6D6800 (or 0x6D6800) is unknown color: approx Olive. HEX triplet: 6D, 68 and 00. RGB value is (109,104,0). Sum of RGB (Red+Green+Blue) = 109+104+0=213 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.17% from 213); Green value is 104 (41.02% from 255 or 48.83% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6800 is #9297FF. Grayscale: #5E5E5E. Windows color (decimal): -9607168 or 26733. OLE color: 26733.

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

Color convert

RGB1091040-
CMYK00.0510.57
HSL57.25º100%21.37%-
HSV(B)57.25º100%42.75%-
XYZ11.2613.151.95-
YUV93.6475.16138.96-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 51.17%
GREEN value IS 104 (41.02% from 255) = 48.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.17%
G=48.83%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109104000.0510.5757.2510021.37
Hex6D680056439396415
Octal155150005144717114425
Binary11011011101000001011100100111001111001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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