#6C8D50

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

Shades of Dingley #6C8D50

Tints of Dingley #6C8D50

Color information

#6C8D50 (or 0x6C8D50) is unknown color: approx Dingley. HEX triplet: 6C, 8D and 50. RGB value is (108,141,80). Sum of RGB (Red+Green+Blue) = 108+141+80=329 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.83% from 329); Green value is 141 (55.47% from 255 or 42.86% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 141 - color contains mainly: green. Hex color #6C8D50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8D50 is #9372AF. Grayscale: #7C7C7C. Windows color (decimal): -9663152 or 5279084. OLE color: 5279084.

HSL color Cylindrical-coordinate representation of color #6C8D50: hue angle of 92.46º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C8D50 is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB10814180-
CMYK0.2300.430.45
HSL92.46º27.6%43.33%-
HSV(B)92.46º43.26%55.29%-
XYZ17.1622.8211.09-
YUV124.18103.07116.46-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.83%
GREEN value IS 141 (55.47% from 255) = 42.86%
BLUE value IS 80 (31.64% from 255) = 24.32%
R=32.83%
G=42.86%
B=24.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal108141800.2300.430.4592.4627.643.33
Hex6C8D501702B2D5c1c2b
Octal15421512027053551343453
Binary1101100100011011010000101110101011101101101110011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,141,80); }

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

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

 a { background-color: rgb(108,141,80); }

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

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

 span { border-color: rgb(108,141,80); }

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