Html Css Color HEX #6E712D Olivetone

📋 copy color: '#6E712D'

red 110 ◦ green 113 ◦ blue 45

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

Shades of Olivetone #6E712D

Tints of Olivetone #6E712D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.79%

R = 41.04%
G = 42.16%
B = 16.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#6E712D (or 0x6E712D) is known color: Olivetone. HEX triplet: 6E, 71 and 2D. RGB value is (110,113,45). Sum of RGB (Red+Green+Blue) = 110+113+45=268 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.04% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 113 - color contains mainly: green. Hex color #6E712D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E712D is #918ED2. Grayscale: #686868. Windows color (decimal): -9539283 or 2978158. OLE color: 2978158.

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

Color convert

RGB 110 113 45 -
CMYK 0.03 0 0.60 0.56
HSL 62.65º 0.43% 0.31% -
HSV(B) 62.65º 0.6% 0.44% -
XYZ 12.81 15.31 4.76 -
YUV 104.35 94.51 132.03 -
System Red Green Blue C M Y K H S L
Decimal 110 113 45 0.03 0 0.60 0.56 62.65 0.43 0.31
Hex 6E 71 2D 3 0 3C 38 3F 2B 1F
Octal 156 161 55 3 0 74 70 77 53 37
Binary 1101110 1110001 101101 11 0 111100 111000 111111 101011 11111

Color Harmonies of #6E712D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E712D

Black with #6E712D

Text Example


Text Example

White with #6E712D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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