#6A8948

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

Shades of Dingley #6A8948

Tints of Dingley #6A8948

Color information

#6A8948 (or 0x6A8948) is unknown color: approx Dingley. HEX triplet: 6A, 89 and 48. RGB value is (106,137,72). Sum of RGB (Red+Green+Blue) = 106+137+72=315 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.65% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 137 - color contains mainly: green. Hex color #6A8948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8948 is #9576B7. Grayscale: #787878. Windows color (decimal): -9795256 or 4753770. OLE color: 4753770.

HSL color Cylindrical-coordinate representation of color #6A8948: hue angle of 88.62º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6A8948 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB10613772-
CMYK0.2300.470.46
HSL88.62º31.1%40.98%-
HSV(B)88.62º47.45%53.73%-
XYZ16.0621.429.42-
YUV120.32100.73117.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.65%
GREEN value IS 137 (53.91% from 255) = 43.49%
BLUE value IS 72 (28.52% from 255) = 22.86%
R=33.65%
G=43.49%
B=22.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal106137720.2300.470.4688.6231.140.98
Hex6A89481702F2E591f29
Octal15221111027057561313751
Binary1101010100010011001000101110101111101110101100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,137,72); }

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

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

 a { background-color: rgb(106,137,72); }

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

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

 span { border-color: rgb(106,137,72); }

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