#6C874B

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

Shades of Dingley #6C874B

Tints of Dingley #6C874B

Color information

#6C874B (or 0x6C874B) is unknown color: approx Dingley. HEX triplet: 6C, 87 and 4B. RGB value is (108,135,75). Sum of RGB (Red+Green+Blue) = 108+135+75=318 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.96% from 318); Green value is 135 (53.12% from 255 or 42.45% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 135 - color contains mainly: green. Hex color #6C874B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C874B is #9378B4. Grayscale: #787878. Windows color (decimal): -9664693 or 4949868. OLE color: 4949868.

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

Color convert

RGB10813575-
CMYK0.200.440.47
HSL87º28.57%41.18%-
HSV(B)87º44.44%52.94%-
XYZ16.1221.029.87-
YUV120.09102.55119.38-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.96%
GREEN value IS 135 (53.12% from 255) = 42.45%
BLUE value IS 75 (29.69% from 255) = 23.58%
R=33.96%
G=42.45%
B=23.58%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal108135750.200.440.478728.5741.18
Hex6C874B1402C2F571d29
Octal15420711324054571273551
Binary1101100100001111001011101000101100101111101011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C874B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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