Html Css Color HEX #6E712A Olivetone

📋 copy color: '#6E712A'

red 110 ◦ green 113 ◦ blue 42

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

Shades of Olivetone #6E712A

Tints of Olivetone #6E712A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.64%

 BLUE value IS 42 (16.8% from 255) = 15.85%

R = 41.51%
G = 42.64%
B = 15.85%

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

#6E712A (or 0x6E712A) is known color: Olivetone. HEX triplet: 6E, 71 and 2A. RGB value is (110,113,42). Sum of RGB (Red+Green+Blue) = 110+113+42=265 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.51% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 113 - color contains mainly: green. Hex color #6E712A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E712A is #918ED5. Grayscale: #686868. Windows color (decimal): -9539286 or 2781550. OLE color: 2781550.

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

Color convert

RGB 110 113 42 -
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.75 15.29 4.47 -
YUV 104.01 93.01 132.27 -
System Red Green Blue C M Y K H S L
Decimal 110 113 42 0.03 0 0.63 0.56 62.54 0.46 0.3
Hex 6E 71 2A 3 0 3F 38 3F 2E 1E
Octal 156 161 52 3 0 77 70 77 56 36
Binary 1101110 1110001 101010 11 0 111111 111000 111111 101110 11110

Color Harmonies of #6E712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E712A

Black with #6E712A

Text Example


Text Example

White with #6E712A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,113,42); }

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

background-color css

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

 a { background-color: rgb(110,113,42); }

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

border-color css

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

 span { border-color: rgb(110,113,42); }

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