#6A9645

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

Shades of Dingley #6A9645

Tints of Dingley #6A9645

Color information

#6A9645 (or 0x6A9645) is unknown color: approx Dingley. HEX triplet: 6A, 96 and 45. RGB value is (106,150,69). Sum of RGB (Red+Green+Blue) = 106+150+69=325 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.62% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 150 - color contains mainly: green. Hex color #6A9645 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9645 is #9569BA. Grayscale: #7F7F7F. Windows color (decimal): -9791931 or 4560490. OLE color: 4560490.

HSL color Cylindrical-coordinate representation of color #6A9645: hue angle of 92.59º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A9645 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB10615069-
CMYK0.2900.540.41
HSL92.59º36.99%42.94%-
HSV(B)92.59º54%58.82%-
XYZ17.9225.319.57-
YUV127.6194.92112.59-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.62%
GREEN value IS 150 (58.98% from 255) = 46.15%
BLUE value IS 69 (27.34% from 255) = 21.23%
R=32.62%
G=46.15%
B=21.23%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal106150690.2900.540.4192.5936.9942.94
Hex6A96451D036295d252b
Octal15222610535066511354553
Binary11010101001011010001011110101101101010011011101100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,150,69); }

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

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

 a { background-color: rgb(106,150,69); }

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

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

 span { border-color: rgb(106,150,69); }

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