Html Css Color HEX #6E8949 Dingley

📋 copy color: '#6E8949'

red 110 ◦ green 137 ◦ blue 73

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

Shades of Dingley #6E8949

Tints of Dingley #6E8949

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.81%

 BLUE value IS 73 (28.91% from 255) = 22.81%

R = 34.38%
G = 42.81%
B = 22.81%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#6E8949 (or 0x6E8949) is known color: Dingley. HEX triplet: 6E, 89 and 49. RGB value is (110,137,73). Sum of RGB (Red+Green+Blue) = 110+137+73=320 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.38% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 137 - color contains mainly: green. Hex color #6E8949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8949 is #9176B6. Grayscale: #797979. Windows color (decimal): -9533111 or 4819310. OLE color: 4819310.

HSL color Cylindrical-coordinate representation of color #6E8949: hue angle of 85.31º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E8949 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 110 137 73 -
CMYK 0.20 0 0.47 0.46
HSL 85.31º 0.3% 0.41% -
HSV(B) 85.31º 0.47% 0.54% -
XYZ 16.58 21.69 9.62 -
YUV 121.63 100.55 119.7 -
System Red Green Blue C M Y K H S L
Decimal 110 137 73 0.20 0 0.47 0.46 85.31 0.3 0.41
Hex 6E 89 49 14 0 2F 2E 55 1E 29
Octal 156 211 111 24 0 57 56 125 36 51
Binary 1101110 10001001 1001001 10100 0 101111 101110 1010101 11110 101001

Color Harmonies of #6E8949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8949

Black with #6E8949

Text Example


Text Example

White with #6E8949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,137,73); }

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

background-color css

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

 a { background-color: rgb(110,137,73); }

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

border-color css

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

 span { border-color: rgb(110,137,73); }

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