#6B8850

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

Shades of Dingley #6B8850

Tints of Dingley #6B8850

Color information

#6B8850 (or 0x6B8850) is unknown color: approx Dingley. HEX triplet: 6B, 88 and 50. RGB value is (107,136,80). Sum of RGB (Red+Green+Blue) = 107+136+80=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 136 - color contains mainly: green. Hex color #6B8850 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8850 is #9477AF. Grayscale: #797979. Windows color (decimal): -9729968 or 5277803. OLE color: 5277803.

HSL color Cylindrical-coordinate representation of color #6B8850: hue angle of 91.07º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B8850 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB10713680-
CMYK0.2100.410.47
HSL91.07º25.93%42.35%-
HSV(B)91.07º41.18%53.33%-
XYZ16.3221.3110.84-
YUV120.94104.89118.05-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.13%
GREEN value IS 136 (53.52% from 255) = 42.11%
BLUE value IS 80 (31.64% from 255) = 24.77%
R=33.13%
G=42.11%
B=24.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107136800.2100.410.4791.0725.9342.35
Hex6B8850150292F5b1a2a
Octal15321012025051571333252
Binary1101011100010001010000101010101001101111101101111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,136,80); }

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

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

 a { background-color: rgb(107,136,80); }

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

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

 span { border-color: rgb(107,136,80); }

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