#6B8050

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

Shades of Dingley #6B8050

Tints of Dingley #6B8050

Color information

#6B8050 (or 0x6B8050) is unknown color: approx Dingley. HEX triplet: 6B, 80 and 50. RGB value is (107,128,80). Sum of RGB (Red+Green+Blue) = 107+128+80=315 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.97% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 128 - color contains mainly: green. Hex color #6B8050 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8050 is #947FAF. Grayscale: #747474. Windows color (decimal): -9732016 or 5275755. OLE color: 5275755.

HSL color Cylindrical-coordinate representation of color #6B8050: hue angle of 86.25º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6B8050 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB10712880-
CMYK0.1600.380.50
HSL86.25º23.08%40.78%-
HSV(B)86.25º37.5%50.2%-
XYZ15.2319.1410.48-
YUV116.25107.54121.4-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.97%
GREEN value IS 128 (50.39% from 255) = 40.63%
BLUE value IS 80 (31.64% from 255) = 25.40%
R=33.97%
G=40.63%
B=25.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal107128800.1600.380.5086.2523.0840.78
Hex6B80501002632561729
Octal15320012020046621262751
Binary1101011100000001010000100000100110110010101011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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