#6D7707

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

Shades of Olive #6D7707

Tints of Olive #6D7707

Color information

#6D7707 (or 0x6D7707) is unknown color: approx Olive. HEX triplet: 6D, 77 and 07. RGB value is (109,119,7). Sum of RGB (Red+Green+Blue) = 109+119+7=235 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.38% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 7 (3.12% from 255 or 2.98% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #6D7707 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7707 is #9288F8. Grayscale: #676767. Windows color (decimal): -9603321 or 489325. OLE color: 489325.

HSL color Cylindrical-coordinate representation of color #6D7707: hue angle of 65.36º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D7707 is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB1091197-
CMYK0.0800.940.53
HSL65.36º88.89%24.71%-
HSV(B)65.36º94.12%46.67%-
XYZ12.9416.462.7-
YUV103.2473.69132.11-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 46.38%
GREEN value IS 119 (46.88% from 255) = 50.64%
BLUE value IS 7 (3.12% from 255) = 2.98%
R=46.38%
G=50.64%
B=2.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal10911970.0800.940.5365.3688.8924.71
Hex6D777805E35415919
Octal15516771001366510113131
Binary110110111101111111000010111101101011000001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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