Html Css Color HEX #6E8940 Dingley

📋 copy color: '#6E8940'

red 110 ◦ green 137 ◦ blue 64

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

Shades of Dingley #6E8940

Tints of Dingley #6E8940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.58%

R = 35.37%
G = 44.05%
B = 20.58%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#6E8940 (or 0x6E8940) is known color: Dingley. HEX triplet: 6E, 89 and 40. RGB value is (110,137,64). Sum of RGB (Red+Green+Blue) = 110+137+64=311 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.37% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 137 - color contains mainly: green. Hex color #6E8940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8940 is #9176BF. Grayscale: #787878. Windows color (decimal): -9533120 or 4229486. OLE color: 4229486.

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

Color convert

RGB 110 137 64 -
CMYK 0.20 0 0.53 0.46
HSL 82.19º 0.36% 0.39% -
HSV(B) 82.19º 0.53% 0.54% -
XYZ 16.3 21.58 8.16 -
YUV 120.61 96.05 120.44 -
System Red Green Blue C M Y K H S L
Decimal 110 137 64 0.20 0 0.53 0.46 82.19 0.36 0.39
Hex 6E 89 40 14 0 35 2E 52 24 27
Octal 156 211 100 24 0 65 56 122 44 47
Binary 1101110 10001001 1000000 10100 0 110101 101110 1010010 100100 100111

Color Harmonies of #6E8940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8940

Black with #6E8940

Text Example


Text Example

White with #6E8940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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