Html Css Color HEX #6D7029 Olivetone

📋 copy color: '#6D7029'

red 109 ◦ green 112 ◦ blue 41

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

Shades of Olivetone #6D7029

Tints of Olivetone #6D7029

RGB

 RED value IS 109 (42.97% from 255) = 41.6%

 GREEN value IS 112 (44.14% from 255) = 42.75%

 BLUE value IS 41 (16.41% from 255) = 15.65%

R = 41.6%
G = 42.75%
B = 15.65%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

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

RGB 109 112 41 -
CMYK 0.03 0 0.63 0.56
HSL 62.54º 0.46% 0.3% -
HSV(B) 62.54º 0.63% 0.44% -
XYZ 12.5 15 4.33 -
YUV 103.01 93.01 132.27 -
System Red Green Blue C M Y K H S L
Decimal 109 112 41 0.03 0 0.63 0.56 62.54 0.46 0.3
Hex 6D 70 29 3 0 3F 38 3F 2E 1E
Octal 155 160 51 3 0 77 70 77 56 36
Binary 1101101 1110000 101001 11 0 111111 111000 111111 101110 11110

Color Harmonies of #6D7029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7029

Black with #6D7029

Text Example


Text Example

White with #6D7029

Text Example


Text Example

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