Html Css Color HEX #6E7029 Olivetone

📋 copy color: '#6E7029'

red 110 ◦ green 112 ◦ blue 41

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

Shades of Olivetone #6E7029

Tints of Olivetone #6E7029

RGB

 RED value IS 110 (43.36% from 255) = 41.83%

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

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

R = 41.83%
G = 42.59%
B = 15.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#6E7029 (or 0x6E7029) is known color: Olivetone. HEX triplet: 6E, 70 and 29. RGB value is (110,112,41). Sum of RGB (Red+Green+Blue) = 110+112+41=263 (34% of max value = 765). Red value is 110 (43.36% from 255 or 41.83% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 112 - color contains mainly: green. Hex color #6E7029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7029 is #918FD6. Grayscale: #676767. Windows color (decimal): -9539543 or 2715758. OLE color: 2715758.

HSL color Cylindrical-coordinate representation of color #6E7029: hue angle of 61.69º 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 #6E7029 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 110 112 41 -
CMYK 0.02 0 0.63 0.56
HSL 61.69º 0.46% 0.3% -
HSV(B) 61.69º 0.63% 0.44% -
XYZ 12.62 15.06 4.34 -
YUV 103.31 92.84 132.77 -
System Red Green Blue C M Y K H S L
Decimal 110 112 41 0.02 0 0.63 0.56 61.69 0.46 0.3
Hex 6E 70 29 2 0 3F 38 3E 2E 1E
Octal 156 160 51 2 0 77 70 76 56 36
Binary 1101110 1110000 101001 10 0 111111 111000 111110 101110 11110

Color Harmonies of #6E7029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7029

Black with #6E7029

Text Example


Text Example

White with #6E7029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E7029;
 }
 .AnyTagClassName
 {
   color: #6E7029;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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