#6B8653

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

Shades of Dingley #6B8653

Tints of Dingley #6B8653

Color information

#6B8653 (or 0x6B8653) is unknown color: approx Dingley. HEX triplet: 6B, 86 and 53. RGB value is (107,134,83). Sum of RGB (Red+Green+Blue) = 107+134+83=324 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.02% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 134 - color contains mainly: green. Hex color #6B8653 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8653 is #9479AC. Grayscale: #787878. Windows color (decimal): -9730477 or 5473899. OLE color: 5473899.

HSL color Cylindrical-coordinate representation of color #6B8653: hue angle of 91.76º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B8653 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB10713483-
CMYK0.2000.380.47
HSL91.76º23.5%42.55%-
HSV(B)91.76º38.06%52.55%-
XYZ16.1520.811.35-
YUV120.11107.05118.65-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.02%
GREEN value IS 134 (52.73% from 255) = 41.36%
BLUE value IS 83 (32.81% from 255) = 25.62%
R=33.02%
G=41.36%
B=25.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107134830.2000.380.4791.7623.542.55
Hex6B8653140262F5c182b
Octal15320612324046571343053
Binary1101011100001101010011101000100110101111101110011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,134,83); }

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

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

 a { background-color: rgb(107,134,83); }

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

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

 span { border-color: rgb(107,134,83); }

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