#6E854B

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

Shades of Dingley #6E854B

Tints of Dingley #6E854B

Color information

#6E854B (or 0x6E854B) is unknown color: approx Dingley. HEX triplet: 6E, 85 and 4B. RGB value is (110,133,75). Sum of RGB (Red+Green+Blue) = 110+133+75=318 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.59% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #6E854B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E854B is #917AB4. Grayscale: #777777. Windows color (decimal): -9534133 or 4949358. OLE color: 4949358.

HSL color Cylindrical-coordinate representation of color #6E854B: hue angle of 83.79º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E854B is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB11013375-
CMYK0.1700.440.48
HSL83.79º27.88%40.78%-
HSV(B)83.79º43.61%52.16%-
XYZ16.0920.69.78-
YUV119.51102.88121.22-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.59%
GREEN value IS 133 (52.34% from 255) = 41.82%
BLUE value IS 75 (29.69% from 255) = 23.58%
R=34.59%
G=41.82%
B=23.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal110133750.1700.440.4883.7927.8840.78
Hex6E854B1102C30541c29
Octal15620511321054601243451
Binary1101110100001011001011100010101100110000101010011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E854B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,133,75); }

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

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

 a { background-color: rgb(110,133,75); }

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

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

 span { border-color: rgb(110,133,75); }

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