#6B8D49

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

Shades of Dingley #6B8D49

Tints of Dingley #6B8D49

Color information

#6B8D49 (or 0x6B8D49) is unknown color: approx Dingley. HEX triplet: 6B, 8D and 49. RGB value is (107,141,73). Sum of RGB (Red+Green+Blue) = 107+141+73=321 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.33% from 321); Green value is 141 (55.47% from 255 or 43.93% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 141 - color contains mainly: green. Hex color #6B8D49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8D49 is #9472B6. Grayscale: #7B7B7B. Windows color (decimal): -9728695 or 4820331. OLE color: 4820331.

HSL color Cylindrical-coordinate representation of color #6B8D49: hue angle of 90º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B8D49 is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB10714173-
CMYK0.2400.480.45
HSL90º31.78%41.96%-
HSV(B)90º48.23%55.29%-
XYZ16.7922.669.79-
YUV123.0899.74116.53-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.33%
GREEN value IS 141 (55.47% from 255) = 43.93%
BLUE value IS 73 (28.91% from 255) = 22.74%
R=33.33%
G=43.93%
B=22.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal107141730.2400.480.459031.7841.96
Hex6B8D49180302D5a202a
Octal15321511130060551324052
Binary11010111000110110010011100001100001011011011010100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,141,73); }

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

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

 a { background-color: rgb(107,141,73); }

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

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

 span { border-color: rgb(107,141,73); }

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