Html Css Color HEX #6E711A Olivetone

📋 copy color: '#6E711A'

red 110 ◦ green 113 ◦ blue 26

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

Shades of Olivetone #6E711A

Tints of Olivetone #6E711A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.44%

R = 44.18%
G = 45.38%
B = 10.44%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#6E711A (or 0x6E711A) is known color: Olivetone. HEX triplet: 6E, 71 and 1A. RGB value is (110,113,26). Sum of RGB (Red+Green+Blue) = 110+113+26=249 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.18% from 249); Green value is 113 (44.53% from 255 or 45.38% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 113 - color contains mainly: green. Hex color #6E711A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E711A is #918EE5. Grayscale: #666666. Windows color (decimal): -9539302 or 1732974. OLE color: 1732974.

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

Color convert

RGB 110 113 26 -
CMYK 0.03 0 0.77 0.56
HSL 62.07º 0.63% 0.27% -
HSV(B) 62.07º 0.77% 0.44% -
XYZ 12.52 15.2 3.25 -
YUV 102.19 85.01 133.57 -
System Red Green Blue C M Y K H S L
Decimal 110 113 26 0.03 0 0.77 0.56 62.07 0.63 0.27
Hex 6E 71 1A 3 0 4D 38 3E 3F 1B
Octal 156 161 32 3 0 115 70 76 77 33
Binary 1101110 1110001 11010 11 0 1001101 111000 111110 111111 11011

Color Harmonies of #6E711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E711A

Black with #6E711A

Text Example


Text Example

White with #6E711A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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