#6B9448

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

Shades of Dingley #6B9448

Tints of Dingley #6B9448

Color information

#6B9448 (or 0x6B9448) is unknown color: approx Dingley. HEX triplet: 6B, 94 and 48. RGB value is (107,148,72). Sum of RGB (Red+Green+Blue) = 107+148+72=327 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.72% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 148 - color contains mainly: green. Hex color #6B9448 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9448 is #946BB7. Grayscale: #7F7F7F. Windows color (decimal): -9726904 or 4756587. OLE color: 4756587.

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

Color convert

RGB10714872-
CMYK0.2800.510.42
HSL92.37º34.55%43.14%-
HSV(B)92.37º51.35%58.04%-
XYZ17.8224.779.97-
YUV127.0896.92113.68-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.72%
GREEN value IS 148 (58.20% from 255) = 45.26%
BLUE value IS 72 (28.52% from 255) = 22.02%
R=32.72%
G=45.26%
B=22.02%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal107148720.2800.510.4292.3734.5543.14
Hex6B94481C0332A5c232b
Octal15322411034063521344353
Binary11010111001010010010001110001100111010101011100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,148,72); }

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

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

 a { background-color: rgb(107,148,72); }

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

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

 span { border-color: rgb(107,148,72); }

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