Html Css Color HEX #6E721F Olivetone

📋 copy color: '#6E721F'

red 110 ◦ green 114 ◦ blue 31

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

Shades of Olivetone #6E721F

Tints of Olivetone #6E721F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.71%

 BLUE value IS 31 (12.5% from 255) = 12.16%

R = 43.14%
G = 44.71%
B = 12.16%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#6E721F (or 0x6E721F) is known color: Olivetone. HEX triplet: 6E, 72 and 1F. RGB value is (110,114,31). Sum of RGB (Red+Green+Blue) = 110+114+31=255 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.14% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 114 - color contains mainly: green. Hex color #6E721F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E721F is #918DE0. Grayscale: #676767. Windows color (decimal): -9539041 or 2060910. OLE color: 2060910.

HSL color Cylindrical-coordinate representation of color #6E721F: hue angle of 62.89º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6E721F is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 110 114 31 -
CMYK 0.04 0 0.73 0.55
HSL 62.89º 0.57% 0.28% -
HSV(B) 62.89º 0.73% 0.45% -
XYZ 12.7 15.45 3.61 -
YUV 103.34 87.17 132.75 -
System Red Green Blue C M Y K H S L
Decimal 110 114 31 0.04 0 0.73 0.55 62.89 0.57 0.28
Hex 6E 72 1F 4 0 49 37 3F 39 1C
Octal 156 162 37 4 0 111 67 77 71 34
Binary 1101110 1110010 11111 100 0 1001001 110111 111111 111001 11100

Color Harmonies of #6E721F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E721F

Black with #6E721F

Text Example


Text Example

White with #6E721F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,114,31); }

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

background-color css

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

 a { background-color: rgb(110,114,31); }

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

border-color css

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

 span { border-color: rgb(110,114,31); }

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