#6F721E

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

Shades of Olivetone #6F721E

Tints of Olivetone #6F721E

Color information

#6F721E (or 0x6F721E) is unknown color: approx Olivetone. HEX triplet: 6F, 72 and 1E. RGB value is (111,114,30). Sum of RGB (Red+Green+Blue) = 111+114+30=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 114 - color contains mainly: green. Hex color #6F721E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F721E is #908DE1. Grayscale: #676767. Windows color (decimal): -9473506 or 1995375. OLE color: 1995375.

HSL color Cylindrical-coordinate representation of color #6F721E: hue angle of 62.14º 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 #6F721E is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB11111430-
CMYK0.0300.740.55
HSL62.14º58.33%28.24%-
HSV(B)62.14º73.68%44.71%-
XYZ12.8115.513.55-
YUV103.5386.51133.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.53%
GREEN value IS 114 (44.92% from 255) = 44.71%
BLUE value IS 30 (12.11% from 255) = 11.76%
R=43.53%
G=44.71%
B=11.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111114300.0300.740.5562.1458.3328.24
Hex6F721E304A373e3a1c
Octal157162363011267767234
Binary1101111111001011110110100101011011111111011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F721E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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