#6D6900

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

Shades of Olive #6D6900

Tints of Olive #6D6900

Color information

#6D6900 (or 0x6D6900) is unknown color: approx Olive. HEX triplet: 6D, 69 and 00. RGB value is (109,105,0). Sum of RGB (Red+Green+Blue) = 109+105+0=214 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.93% from 214); Green value is 105 (41.41% from 255 or 49.07% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6900 is #9296FF. Grayscale: #5E5E5E. Windows color (decimal): -9606912 or 26989. OLE color: 26989.

HSL color Cylindrical-coordinate representation of color #6D6900: hue angle of 57.8º 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 #6D6900 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.57.

Color convert

RGB1091050-
CMYK00.0410.57
HSL57.8º100%21.37%-
HSV(B)57.8º100%42.75%-
XYZ11.3613.351.98-
YUV94.2374.83138.54-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 50.93%
GREEN value IS 105 (41.41% from 255) = 49.07%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.93%
G=49.07%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109105000.0410.5757.810021.37
Hex6D6900464393a6415
Octal155151004144717214425
Binary11011011101001001001100100111001111010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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