#6B9347

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

Shades of Dingley #6B9347

Tints of Dingley #6B9347

Color information

#6B9347 (or 0x6B9347) is unknown color: approx Dingley. HEX triplet: 6B, 93 and 47. RGB value is (107,147,71). Sum of RGB (Red+Green+Blue) = 107+147+71=325 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.92% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 71 (28.12% from 255 or 21.85% from 325); Max value from RGB is 147 - color contains mainly: green. Hex color #6B9347 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9347 is #946CB8. Grayscale: #7E7E7E. Windows color (decimal): -9727161 or 4690795. OLE color: 4690795.

HSL color Cylindrical-coordinate representation of color #6B9347: hue angle of 91.58º 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 #6B9347 is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB10714771-
CMYK0.2700.520.42
HSL91.58º34.86%42.75%-
HSV(B)91.58º51.7%57.65%-
XYZ17.6324.459.75-
YUV126.3896.75114.18-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.92%
GREEN value IS 147 (57.81% from 255) = 45.23%
BLUE value IS 71 (28.12% from 255) = 21.85%
R=32.92%
G=45.23%
B=21.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal107147710.2700.520.4291.5834.8642.75
Hex6B93471B0342A5c232b
Octal15322310733064521344353
Binary11010111001001110001111101101101001010101011100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,147,71); }

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

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

 a { background-color: rgb(107,147,71); }

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

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

 span { border-color: rgb(107,147,71); }

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