#6E721E

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

Shades of Olivetone #6E721E

Tints of Olivetone #6E721E

Color information

#6E721E (or 0x6E721E) is unknown color: approx Olivetone. HEX triplet: 6E, 72 and 1E. RGB value is (110,114,30). Sum of RGB (Red+Green+Blue) = 110+114+30=254 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.31% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 114 - color contains mainly: green. Hex color #6E721E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E721E is #918DE1. Grayscale: #676767. Windows color (decimal): -9539042 or 1995374. OLE color: 1995374.

HSL color Cylindrical-coordinate representation of color #6E721E: hue angle of 62.86º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E721E is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB11011430-
CMYK0.0400.740.55
HSL62.86º58.33%28.24%-
HSV(B)62.86º73.68%44.71%-
XYZ12.6815.443.54-
YUV103.2386.67132.83-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 43.31%
GREEN value IS 114 (44.92% from 255) = 44.88%
BLUE value IS 30 (12.11% from 255) = 11.81%
R=43.31%
G=44.88%
B=11.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal110114300.0400.740.5562.8658.3328.24
Hex6E721E404A373f3a1c
Octal156162364011267777234
Binary11011101110010111101000100101011011111111111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E721E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,114,30); }

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

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

 a { background-color: rgb(110,114,30); }

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

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

 span { border-color: rgb(110,114,30); }

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