Html Css Color HEX #6E721E Olivetone

📋 copy color: '#6E721E'

red 110 ◦ green 114 ◦ blue 30

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

Shades of Olivetone #6E721E

Tints of Olivetone #6E721E

RGB

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

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

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

R = 43.31%
G = 44.88%
B = 11.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#6E721E (or 0x6E721E) is known color: Olivetone. HEX triplet: 6E, 72 and 1E. RGB value is (110,114,30). Sum of RGB (Red+Green+Blue) = 110+114+30=254 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.31% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 114 - color contains mainly: green. Hex color #6E721E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E721E is #918DE1. Grayscale: #676767. Windows color (decimal): -9539042 or 1995374. OLE color: 1995374.

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

Color convert

RGB 110 114 30 -
CMYK 0.04 0 0.74 0.55
HSL 62.86º 0.58% 0.28% -
HSV(B) 62.86º 0.74% 0.45% -
XYZ 12.68 15.44 3.54 -
YUV 103.23 86.67 132.83 -
System Red Green Blue C M Y K H S L
Decimal 110 114 30 0.04 0 0.74 0.55 62.86 0.58 0.28
Hex 6E 72 1E 4 0 4A 37 3F 3A 1C
Octal 156 162 36 4 0 112 67 77 72 34
Binary 1101110 1110010 11110 100 0 1001010 110111 111111 111010 11100

Color Harmonies of #6E721E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E721E

Black with #6E721E

Text Example


Text Example

White with #6E721E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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