#6B9141

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

Shades of Dingley #6B9141

Tints of Dingley #6B9141

Color information

#6B9141 (or 0x6B9141) is unknown color: approx Dingley. HEX triplet: 6B, 91 and 41. RGB value is (107,145,65). Sum of RGB (Red+Green+Blue) = 107+145+65=317 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.75% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 145 - color contains mainly: green. Hex color #6B9141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B9141 is #946EBE. Grayscale: #7C7C7C. Windows color (decimal): -9727679 or 4297067. OLE color: 4297067.

HSL color Cylindrical-coordinate representation of color #6B9141: hue angle of 88.5º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B9141 is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB10714565-
CMYK0.2600.550.43
HSL88.5º38.1%41.18%-
HSV(B)88.5º55.17%56.86%-
XYZ17.1423.768.68-
YUV124.5294.41115.5-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.75%
GREEN value IS 145 (57.03% from 255) = 45.74%
BLUE value IS 65 (25.78% from 255) = 20.50%
R=33.75%
G=45.74%
B=20.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal107145650.2600.550.4388.538.141.18
Hex6B91411A0372B582629
Octal15322110132067531304651
Binary11010111001000110000011101001101111010111011000100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,145,65); }

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

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

 a { background-color: rgb(107,145,65); }

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

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

 span { border-color: rgb(107,145,65); }

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