#6D7600

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

Shades of Olive #6D7600

Tints of Olive #6D7600

Color information

#6D7600 (or 0x6D7600) is unknown color: approx Olive. HEX triplet: 6D, 76 and 00. RGB value is (109,118,0). Sum of RGB (Red+Green+Blue) = 109+118+0=227 (30% of max value = 765). Red value is 109 (42.97% from 255 or 48.02% from 227); Green value is 118 (46.48% from 255 or 51.98% from 227); Blue value is 0 (0.39% from 255 or 0% from 227); Max value from RGB is 118 - color contains mainly: green. Hex color #6D7600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7600 is #9289FF. Grayscale: #666666. Windows color (decimal): -9603584 or 30317. OLE color: 30317.

HSL color Cylindrical-coordinate representation of color #6D7600: hue angle of 64.58º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D7600 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB1091180-
CMYK0.08010.54
HSL64.58º100%23.14%-
HSV(B)64.58º100%46.27%-
XYZ12.7916.212.45-
YUV101.8670.52133.09-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 48.02%
GREEN value IS 118 (46.48% from 255) = 51.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.02%
G=51.98%
B=0%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal10911800.08010.5464.5810023.14
Hex6D760806436416417
Octal15516601001446610114427
Binary1101101111011001000011001001101101000001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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