#6A9547

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

Shades of Dingley #6A9547

Tints of Dingley #6A9547

Color information

#6A9547 (or 0x6A9547) is unknown color: approx Dingley. HEX triplet: 6A, 95 and 47. RGB value is (106,149,71). Sum of RGB (Red+Green+Blue) = 106+149+71=326 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.52% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 149 - color contains mainly: green. Hex color #6A9547 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9547 is #956AB8. Grayscale: #7F7F7F. Windows color (decimal): -9792185 or 4691306. OLE color: 4691306.

HSL color Cylindrical-coordinate representation of color #6A9547: hue angle of 93.08º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A9547 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB10614971-
CMYK0.2900.520.42
HSL93.08º35.45%43.14%-
HSV(B)93.08º52.35%58.43%-
XYZ17.8325.019.85-
YUV127.2596.25112.84-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.52%
GREEN value IS 149 (58.59% from 255) = 45.71%
BLUE value IS 71 (28.12% from 255) = 21.78%
R=32.52%
G=45.71%
B=21.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal106149710.2900.520.4293.0835.4543.14
Hex6A95471D0342A5d232b
Octal15222510735064521354353
Binary11010101001010110001111110101101001010101011101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,149,71); }

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

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

 a { background-color: rgb(106,149,71); }

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

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

 span { border-color: rgb(106,149,71); }

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