#6D7027

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

Shades of Olivetone #6D7027

Tints of Olivetone #6D7027

Color information

#6D7027 (or 0x6D7027) is unknown color: approx Olivetone. HEX triplet: 6D, 70 and 27. RGB value is (109,112,39). Sum of RGB (Red+Green+Blue) = 109+112+39=260 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.92% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 39 (15.62% from 255 or 15% from 260); Max value from RGB is 112 - color contains mainly: green. Hex color #6D7027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7027 is #928FD8. Grayscale: #676767. Windows color (decimal): -9605081 or 2584685. OLE color: 2584685.

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

Color convert

RGB10911239-
CMYK0.0300.650.56
HSL62.47º48.34%29.61%-
HSV(B)62.47º65.18%43.92%-
XYZ12.4714.994.15-
YUV102.7892.01132.44-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.92%
GREEN value IS 112 (44.14% from 255) = 43.08%
BLUE value IS 39 (15.62% from 255) = 15%
R=41.92%
G=43.08%
B=15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109112390.0300.650.5662.4748.3429.61
Hex6D70273041383e301e
Octal155160473010170766036
Binary11011011110000100111110100000111100011111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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