#6F6709

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

Shades of Olive #6F6709

Tints of Olive #6F6709

Color information

#6F6709 (or 0x6F6709) is unknown color: approx Olive. HEX triplet: 6F, 67 and 09. RGB value is (111,103,9). Sum of RGB (Red+Green+Blue) = 111+103+9=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 103 (40.62% from 255 or 46.19% from 223); Blue value is 9 (3.91% from 255 or 4.04% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6709 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6709 is #9098F6. Grayscale: #5F5F5F. Windows color (decimal): -9476343 or 616303. OLE color: 616303.

HSL color Cylindrical-coordinate representation of color #6F6709: hue angle of 55.29º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F6709 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB1111039-
CMYK00.070.920.56
HSL55.29º85%23.53%-
HSV(B)55.29º91.89%43.53%-
XYZ11.4613.12.18-
YUV94.6879.65139.64-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 49.78%
GREEN value IS 103 (40.62% from 255) = 46.19%
BLUE value IS 9 (3.91% from 255) = 4.04%
R=49.78%
G=46.19%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111103900.070.920.5655.298523.53
Hex6F679075C38375518
Octal1571471107134706712530
Binary11011111100111100101111011100111000110111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,103,9); }

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

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

 a { background-color: rgb(111,103,9); }

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

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

 span { border-color: rgb(111,103,9); }

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