Html Css Color HEX #6D8C46 Dingley

📋 copy color: '#6D8C46'

red 109 ◦ green 140 ◦ blue 70

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

Shades of Dingley #6D8C46

Tints of Dingley #6D8C46

RGB

 RED value IS 109 (42.97% from 255) = 34.17%

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

 BLUE value IS 70 (27.73% from 255) = 21.94%

R = 34.17%
G = 43.89%
B = 21.94%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#6D8C46 (or 0x6D8C46) is known color: Dingley. HEX triplet: 6D, 8C and 46. RGB value is (109,140,70). Sum of RGB (Red+Green+Blue) = 109+140+70=319 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.17% from 319); Green value is 140 (55.08% from 255 or 43.89% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 140 - color contains mainly: green. Hex color #6D8C46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8C46 is #9273B9. Grayscale: #7A7A7A. Windows color (decimal): -9597882 or 4623469. OLE color: 4623469.

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

Color convert

RGB 109 140 70 -
CMYK 0.22 0 0.50 0.45
HSL 86.57º 0.33% 0.41% -
HSV(B) 86.57º 0.5% 0.55% -
XYZ 16.79 22.45 9.24 -
YUV 122.75 98.23 118.19 -
System Red Green Blue C M Y K H S L
Decimal 109 140 70 0.22 0 0.50 0.45 86.57 0.33 0.41
Hex 6D 8C 46 16 0 32 2D 57 21 29
Octal 155 214 106 26 0 62 55 127 41 51
Binary 1101101 10001100 1000110 10110 0 110010 101101 1010111 100001 101001

Color Harmonies of #6D8C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8C46

Black with #6D8C46

Text Example


Text Example

White with #6D8C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,140,70); }

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

background-color css

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

 a { background-color: rgb(109,140,70); }

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

border-color css

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

 span { border-color: rgb(109,140,70); }

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