Html Css Color HEX #6D7020 Olivetone

📋 copy color: '#6D7020'

red 109 ◦ green 112 ◦ blue 32

#6D7020
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivetone #6D7020

Tints of Olivetone #6D7020

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 value IS 0.03

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#6D7020 (or 0x6D7020) is known color: 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

RGB 109 112 32 -
CMYK 0.03 0 0.71 0.56
HSL 62.25º 0.56% 0.28% -
HSV(B) 62.25º 0.71% 0.44% -
XYZ 12.36 14.94 3.6 -
YUV 101.98 88.51 133 -
System Red Green Blue C M Y K H S L
Decimal 109 112 32 0.03 0 0.71 0.56 62.25 0.56 0.28
Hex 6D 70 20 3 0 47 38 3E 38 1C
Octal 155 160 40 3 0 107 70 76 70 34
Binary 1101101 1110000 100000 11 0 1000111 111000 111110 111000 11100

Color Harmonies of #6D7020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7020

Black with #6D7020

Text Example


Text Example

White with #6D7020

Text Example


Text Example

HTML Codes & Css Web 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>