#6D7407

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

Shades of Olive #6D7407

Tints of Olive #6D7407

Color information

#6D7407 (or 0x6D7407) is unknown color: approx Olive. HEX triplet: 6D, 74 and 07. RGB value is (109,116,7). Sum of RGB (Red+Green+Blue) = 109+116+7=232 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.98% from 232); Green value is 116 (45.70% from 255 or 50% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 116 - color contains mainly: green. Hex color #6D7407 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7407 is #928BF8. Grayscale: #656565. Windows color (decimal): -9604089 or 488557. OLE color: 488557.

HSL color Cylindrical-coordinate representation of color #6D7407: hue angle of 63.85º 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 #6D7407 is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB1091167-
CMYK0.0600.940.55
HSL63.85º88.62%24.12%-
HSV(B)63.85º93.97%45.49%-
XYZ12.5915.762.58-
YUV101.4874.68133.36-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.98%
GREEN value IS 116 (45.70% from 255) = 50%
BLUE value IS 7 (3.12% from 255) = 3.02%
R=46.98%
G=50%
B=3.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10911670.0600.940.5563.8588.6224.12
Hex6D747605E37405918
Octal1551647601366710013130
Binary11011011110100111110010111101101111000000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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