#6C874D

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

Shades of Dingley #6C874D

Tints of Dingley #6C874D

Color information

#6C874D (or 0x6C874D) is unknown color: approx Dingley. HEX triplet: 6C, 87 and 4D. RGB value is (108,135,77). Sum of RGB (Red+Green+Blue) = 108+135+77=320 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.75% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 135 - color contains mainly: green. Hex color #6C874D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C874D is #9378B2. Grayscale: #787878. Windows color (decimal): -9664691 or 5080940. OLE color: 5080940.

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

Color convert

RGB10813577-
CMYK0.200.430.47
HSL87.93º27.36%41.57%-
HSV(B)87.93º42.96%52.94%-
XYZ16.1921.0510.23-
YUV120.32103.55119.22-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.75%
GREEN value IS 135 (53.12% from 255) = 42.19%
BLUE value IS 77 (30.47% from 255) = 24.06%
R=33.75%
G=42.19%
B=24.06%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal108135770.200.430.4787.9327.3641.57
Hex6C874D1402B2F581b2a
Octal15420711524053571303352
Binary1101100100001111001101101000101011101111101100011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C874D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,135,77); }

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

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

 a { background-color: rgb(108,135,77); }

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

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

 span { border-color: rgb(108,135,77); }

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