#6F6807

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

Shades of Olive #6F6807

Tints of Olive #6F6807

Color information

#6F6807 (or 0x6F6807) is unknown color: approx Olive. HEX triplet: 6F, 68 and 07. RGB value is (111,104,7). Sum of RGB (Red+Green+Blue) = 111+104+7=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 7 (3.12% from 255 or 3.15% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6807 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6807 is #9097F8. Grayscale: #5F5F5F. Windows color (decimal): -9476089 or 485487. OLE color: 485487.

HSL color Cylindrical-coordinate representation of color #6F6807: hue angle of 55.96º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F6807 is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB1111047-
CMYK00.060.940.56
HSL55.96º88.14%23.14%-
HSV(B)55.96º93.69%43.53%-
XYZ11.5413.32.16-
YUV95.0478.32139.39-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50%
GREEN value IS 104 (41.02% from 255) = 46.85%
BLUE value IS 7 (3.12% from 255) = 3.15%
R=50%
G=46.85%
B=3.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111104700.060.940.5655.9688.1423.14
Hex6F687065E38385817
Octal157150706136707013027
Binary1101111110100011101101011110111000111000101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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