#6F721D

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

Shades of Olivetone #6F721D

Tints of Olivetone #6F721D

Color information

#6F721D (or 0x6F721D) is unknown color: approx Olivetone. HEX triplet: 6F, 72 and 1D. RGB value is (111,114,29). Sum of RGB (Red+Green+Blue) = 111+114+29=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 114 - color contains mainly: green. Hex color #6F721D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F721D is #908DE2. Grayscale: #676767. Windows color (decimal): -9473507 or 1929839. OLE color: 1929839.

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

Color convert

RGB11111429-
CMYK0.0300.750.55
HSL62.12º59.44%28.04%-
HSV(B)62.12º74.56%44.71%-
XYZ12.7915.53.48-
YUV103.4186.01133.41-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 43.70%
GREEN value IS 114 (44.92% from 255) = 44.88%
BLUE value IS 29 (11.72% from 255) = 11.42%
R=43.70%
G=44.88%
B=11.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111114290.0300.750.5562.1259.4428.04
Hex6F721D304B373e3b1c
Octal157162353011367767334
Binary1101111111001011101110100101111011111111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F721D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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