#6B9546

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

Shades of Dingley #6B9546

Tints of Dingley #6B9546

Color information

#6B9546 (or 0x6B9546) is unknown color: approx Dingley. HEX triplet: 6B, 95 and 46. RGB value is (107,149,70). Sum of RGB (Red+Green+Blue) = 107+149+70=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 149 - color contains mainly: green. Hex color #6B9546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9546 is #946AB9. Grayscale: #7F7F7F. Windows color (decimal): -9726650 or 4625771. OLE color: 4625771.

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

Color convert

RGB10714970-
CMYK0.2800.530.42
HSL91.9º36.07%42.94%-
HSV(B)91.9º53.02%58.43%-
XYZ17.9225.069.69-
YUV127.4495.59113.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.82%
GREEN value IS 149 (58.59% from 255) = 45.71%
BLUE value IS 70 (27.73% from 255) = 21.47%
R=32.82%
G=45.71%
B=21.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal107149700.2800.530.4291.936.0742.94
Hex6B95461C0352A5c242b
Octal15322510634065521344453
Binary11010111001010110001101110001101011010101011100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,149,70); }

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

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

 a { background-color: rgb(107,149,70); }

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

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

 span { border-color: rgb(107,149,70); }

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