#6E6812

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

Shades of Olivetone #6E6812

Tints of Olivetone #6E6812

Color information

#6E6812 (or 0x6E6812) is unknown color: approx Olivetone. HEX triplet: 6E, 68 and 12. RGB value is (110,104,18). Sum of RGB (Red+Green+Blue) = 110+104+18=232 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.41% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6812 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E6812 is #9197ED. Grayscale: #606060. Windows color (decimal): -9541614 or 1206382. OLE color: 1206382.

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

Color convert

RGB11010418-
CMYK00.050.840.57
HSL56.09º71.88%25.1%-
HSV(B)56.09º83.64%43.14%-
XYZ11.4913.262.53-
YUV95.9983.99137.99-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 47.41%
GREEN value IS 104 (41.02% from 255) = 44.83%
BLUE value IS 18 (7.42% from 255) = 7.76%
R=47.41%
G=44.83%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.84
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101041800.050.840.5756.0971.8825.1
Hex6E6812055439384819
Octal1561502205124717011031
Binary110111011010001001001011010100111001111000100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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