Html Css Color HEX #6E711E Olivetone

📋 copy color: '#6E711E'

red 110 ◦ green 113 ◦ blue 30

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

Shades of Olivetone #6E711E

Tints of Olivetone #6E711E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.86%

R = 43.48%
G = 44.66%
B = 11.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#6E711E (or 0x6E711E) is known color: Olivetone. HEX triplet: 6E, 71 and 1E. RGB value is (110,113,30). Sum of RGB (Red+Green+Blue) = 110+113+30=253 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.48% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 113 - color contains mainly: green. Hex color #6E711E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E711E is #918EE1. Grayscale: #666666. Windows color (decimal): -9539298 or 1995118. OLE color: 1995118.

HSL color Cylindrical-coordinate representation of color #6E711E: hue angle of 62.17º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6E711E is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 110 113 30 -
CMYK 0.03 0 0.73 0.56
HSL 62.17º 0.58% 0.28% -
HSV(B) 62.17º 0.73% 0.44% -
XYZ 12.57 15.22 3.5 -
YUV 102.64 87.01 133.25 -
System Red Green Blue C M Y K H S L
Decimal 110 113 30 0.03 0 0.73 0.56 62.17 0.58 0.28
Hex 6E 71 1E 3 0 49 38 3E 3A 1C
Octal 156 161 36 3 0 111 70 76 72 34
Binary 1101110 1110001 11110 11 0 1001001 111000 111110 111010 11100

Color Harmonies of #6E711E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E711E

Black with #6E711E

Text Example


Text Example

White with #6E711E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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