Html Css Color HEX #6E8C41 Dingley

📋 copy color: '#6E8C41'

red 110 ◦ green 140 ◦ blue 65

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

Shades of Dingley #6E8C41

Tints of Dingley #6E8C41

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.44%

 BLUE value IS 65 (25.78% from 255) = 20.63%

R = 34.92%
G = 44.44%
B = 20.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.54

 K value IS 0.45

RGB Variations

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

Color information

#6E8C41 (or 0x6E8C41) is known color: Dingley. HEX triplet: 6E, 8C and 41. RGB value is (110,140,65). Sum of RGB (Red+Green+Blue) = 110+140+65=315 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.92% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 140 - color contains mainly: green. Hex color #6E8C41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8C41 is #9173BE. Grayscale: #7A7A7A. Windows color (decimal): -9532351 or 4295790. OLE color: 4295790.

HSL color Cylindrical-coordinate representation of color #6E8C41: hue angle of 84º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E8C41 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.

Color convert

RGB 110 140 65 -
CMYK 0.21 0 0.54 0.45
HSL 84º 0.37% 0.4% -
HSV(B) 84º 0.54% 0.55% -
XYZ 16.76 22.45 8.45 -
YUV 122.48 95.56 119.1 -
System Red Green Blue C M Y K H S L
Decimal 110 140 65 0.21 0 0.54 0.45 84 0.37 0.4
Hex 6E 8C 41 15 0 36 2D 54 25 28
Octal 156 214 101 25 0 66 55 124 45 50
Binary 1101110 10001100 1000001 10101 0 110110 101101 1010100 100101 101000

Color Harmonies of #6E8C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8C41

Black with #6E8C41

Text Example


Text Example

White with #6E8C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,140,65); }

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

background-color css

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

 a { background-color: rgb(110,140,65); }

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

border-color css

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

 span { border-color: rgb(110,140,65); }

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