Html Css Color HEX #6E8D42 Dingley

📋 copy color: '#6E8D42'

red 110 ◦ green 141 ◦ blue 66

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

Shades of Dingley #6E8D42

Tints of Dingley #6E8D42

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.48%

 BLUE value IS 66 (26.17% from 255) = 20.82%

R = 34.7%
G = 44.48%
B = 20.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#6E8D42 (or 0x6E8D42) is known color: Dingley. HEX triplet: 6E, 8D and 42. RGB value is (110,141,66). Sum of RGB (Red+Green+Blue) = 110+141+66=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 141 (55.47% from 255 or 44.48% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 141 - color contains mainly: green. Hex color #6E8D42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8D42 is #9172BD. Grayscale: #7B7B7B. Windows color (decimal): -9532094 or 4361582. OLE color: 4361582.

HSL color Cylindrical-coordinate representation of color #6E8D42: hue angle of 84.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E8D42 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB 110 141 66 -
CMYK 0.22 0 0.53 0.45
HSL 84.8º 0.36% 0.41% -
HSV(B) 84.8º 0.53% 0.55% -
XYZ 16.94 22.76 8.65 -
YUV 123.18 95.73 118.6 -
System Red Green Blue C M Y K H S L
Decimal 110 141 66 0.22 0 0.53 0.45 84.8 0.36 0.41
Hex 6E 8D 42 16 0 35 2D 55 24 29
Octal 156 215 102 26 0 65 55 125 44 51
Binary 1101110 10001101 1000010 10110 0 110101 101101 1010101 100100 101001

Color Harmonies of #6E8D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8D42

Black with #6E8D42

Text Example


Text Example

White with #6E8D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,141,66); }

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

background-color css

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

 a { background-color: rgb(110,141,66); }

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

border-color css

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

 span { border-color: rgb(110,141,66); }

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