#6D7029

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

Shades of Olivetone #6D7029

Tints of Olivetone #6D7029

Color information

#6D7029 (or 0x6D7029) is unknown color: approx Olivetone. HEX triplet: 6D, 70 and 29. RGB value is (109,112,41). Sum of RGB (Red+Green+Blue) = 109+112+41=262 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.60% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 112 - color contains mainly: green. Hex color #6D7029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7029 is #928FD6. Grayscale: #676767. Windows color (decimal): -9605079 or 2715757. OLE color: 2715757.

HSL color Cylindrical-coordinate representation of color #6D7029: hue angle of 62.54º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D7029 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB10911241-
CMYK0.0300.630.56
HSL62.54º46.41%30%-
HSV(B)62.54º63.39%43.92%-
XYZ12.5154.33-
YUV103.0193.01132.27-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.60%
GREEN value IS 112 (44.14% from 255) = 42.75%
BLUE value IS 41 (16.41% from 255) = 15.65%
R=41.60%
G=42.75%
B=15.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109112410.0300.630.5662.5446.4130
Hex6D7029303F383f2e1e
Octal15516051307770775636
Binary1101101111000010100111011111111100011111110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,112,41); }

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

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

 a { background-color: rgb(109,112,41); }

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

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

 span { border-color: rgb(109,112,41); }

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