#6F7707

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

Shades of Olive #6F7707

Tints of Olive #6F7707

Color information

#6F7707 (or 0x6F7707) is unknown color: approx Olive. HEX triplet: 6F, 77 and 07. RGB value is (111,119,7). Sum of RGB (Red+Green+Blue) = 111+119+7=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 119 (46.88% from 255 or 50.21% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 119 - color contains mainly: green. Hex color #6F7707 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F7707 is #9088F8. Grayscale: #686868. Windows color (decimal): -9472249 or 489327. OLE color: 489327.

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

Color convert

RGB1111197-
CMYK0.0700.940.53
HSL64.29º88.89%24.71%-
HSV(B)64.29º94.12%46.67%-
XYZ13.1916.592.71-
YUV103.8473.35133.11-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 46.84%
GREEN value IS 119 (46.88% from 255) = 50.21%
BLUE value IS 7 (3.12% from 255) = 2.95%
R=46.84%
G=50.21%
B=2.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11111970.0700.940.5364.2988.8924.71
Hex6F777705E35405919
Octal1571677701366510013131
Binary11011111110111111111010111101101011000000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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