#6D7020

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

Shades of Olivetone #6D7020

Tints of Olivetone #6D7020

Color information

#6D7020 (or 0x6D7020) is unknown color: approx Olivetone. HEX triplet: 6D, 70 and 20. RGB value is (109,112,32). Sum of RGB (Red+Green+Blue) = 109+112+32=253 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.08% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 112 - color contains mainly: green. Hex color #6D7020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7020 is #928FDF. Grayscale: #666666. Windows color (decimal): -9605088 or 2125933. OLE color: 2125933.

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

Color convert

RGB10911232-
CMYK0.0300.710.56
HSL62.25º55.56%28.24%-
HSV(B)62.25º71.43%43.92%-
XYZ12.3614.943.6-
YUV101.9888.51133-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 43.08%
GREEN value IS 112 (44.14% from 255) = 44.27%
BLUE value IS 32 (12.89% from 255) = 12.65%
R=43.08%
G=44.27%
B=12.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109112320.0300.710.5662.2555.5628.24
Hex6D70203047383e381c
Octal155160403010770767034
Binary11011011110000100000110100011111100011111011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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