#6D914A

Color #6D914A Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #6D914A

Tints of Dingley #6D914A

Color information

#6D914A (or 0x6D914A) is unknown color: approx Dingley. HEX triplet: 6D, 91 and 4A. RGB value is (109,145,74). Sum of RGB (Red+Green+Blue) = 109+145+74=328 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.23% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 145 - color contains mainly: green. Hex color #6D914A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D914A is #926EB5. Grayscale: #7E7E7E. Windows color (decimal): -9596598 or 4886893. OLE color: 4886893.

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

Color convert

RGB10914574-
CMYK0.2500.490.43
HSL90.42º32.42%42.94%-
HSV(B)90.42º48.97%56.86%-
XYZ17.672410.18-
YUV126.1498.57115.77-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.23%
GREEN value IS 145 (57.03% from 255) = 44.21%
BLUE value IS 74 (29.30% from 255) = 22.56%
R=33.23%
G=44.21%
B=22.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal109145740.2500.490.4390.4232.4242.94
Hex6D914A190312B5a202b
Octal15522111231061531324053
Binary11011011001000110010101100101100011010111011010100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D914A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D914A;
 }
 .AnyTagClassName
 {
   color: #6D914A;
 }
</style>
background-color css

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

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

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

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

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

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