Html Css Color HEX #6D9140 Dingley

📋 copy color: '#6D9140'

red 109 ◦ green 145 ◦ blue 64

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

Shades of Dingley #6D9140

Tints of Dingley #6D9140

RGB

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

 GREEN value IS 145 (57.03% from 255) = 45.6%

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

R = 34.28%
G = 45.6%
B = 20.13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#6D9140 (or 0x6D9140) is known color: Dingley. HEX triplet: 6D, 91 and 40. RGB value is (109,145,64). Sum of RGB (Red+Green+Blue) = 109+145+64=318 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.28% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #6D9140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D9140 is #926EBF. Grayscale: #7D7D7D. Windows color (decimal): -9596608 or 4231533. OLE color: 4231533.

HSL color Cylindrical-coordinate representation of color #6D9140: hue angle of 86.67º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D9140 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB 109 145 64 -
CMYK 0.25 0 0.56 0.43
HSL 86.67º 0.39% 0.41% -
HSV(B) 86.67º 0.56% 0.57% -
XYZ 17.36 23.87 8.54 -
YUV 125 93.57 116.59 -
System Red Green Blue C M Y K H S L
Decimal 109 145 64 0.25 0 0.56 0.43 86.67 0.39 0.41
Hex 6D 91 40 19 0 38 2B 57 27 29
Octal 155 221 100 31 0 70 53 127 47 51
Binary 1101101 10010001 1000000 11001 0 111000 101011 1010111 100111 101001

Color Harmonies of #6D9140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9140

Black with #6D9140

Text Example


Text Example

White with #6D9140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,145,64); }

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

background-color css

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

 a { background-color: rgb(109,145,64); }

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

border-color css

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

 span { border-color: rgb(109,145,64); }

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