#6F6812

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

Shades of Olivetone #6F6812

Tints of Olivetone #6F6812

Color information

#6F6812 (or 0x6F6812) is unknown color: approx Olivetone. HEX triplet: 6F, 68 and 12. RGB value is (111,104,18). Sum of RGB (Red+Green+Blue) = 111+104+18=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 104 (41.02% from 255 or 44.64% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6812 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6812 is #9097ED. Grayscale: #606060. Windows color (decimal): -9476078 or 1206383. OLE color: 1206383.

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

Color convert

RGB11110418-
CMYK00.060.840.56
HSL55.48º72.09%25.29%-
HSV(B)55.48º83.78%43.53%-
XYZ11.6213.322.53-
YUV96.2983.82138.49-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 47.64%
GREEN value IS 104 (41.02% from 255) = 44.64%
BLUE value IS 18 (7.42% from 255) = 7.73%
R=47.64%
G=44.64%
B=7.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111041800.060.840.5655.4872.0925.29
Hex6F6812065438374819
Octal1571502206124706711031
Binary110111111010001001001101010100111000110111100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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