#6D7307

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

Shades of Olive #6D7307

Tints of Olive #6D7307

Color information

#6D7307 (or 0x6D7307) is unknown color: approx Olive. HEX triplet: 6D, 73 and 07. RGB value is (109,115,7). Sum of RGB (Red+Green+Blue) = 109+115+7=231 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.19% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 7 (3.12% from 255 or 3.03% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #6D7307 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7307 is #928CF8. Grayscale: #656565. Windows color (decimal): -9604345 or 488301. OLE color: 488301.

HSL color Cylindrical-coordinate representation of color #6D7307: hue angle of 63.33º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D7307 is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB1091157-
CMYK0.0500.940.55
HSL63.33º88.52%23.92%-
HSV(B)63.33º93.91%45.1%-
XYZ12.4815.532.54-
YUV100.8975.01133.78-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 47.19%
GREEN value IS 115 (45.31% from 255) = 49.78%
BLUE value IS 7 (3.12% from 255) = 3.03%
R=47.19%
G=49.78%
B=3.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10911570.0500.940.5563.3388.5223.92
Hex6D737505E373f5918
Octal155163750136677713130
Binary1101101111001111110101011110110111111111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,115,7); }

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

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

 a { background-color: rgb(109,115,7); }

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

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

 span { border-color: rgb(109,115,7); }

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