#6F854C

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

Shades of Dingley #6F854C

Tints of Dingley #6F854C

Color information

#6F854C (or 0x6F854C) is unknown color: approx Dingley. HEX triplet: 6F, 85 and 4C. RGB value is (111,133,76). Sum of RGB (Red+Green+Blue) = 111+133+76=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 133 - color contains mainly: green. Hex color #6F854C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F854C is #907AB3. Grayscale: #787878. Windows color (decimal): -9468596 or 5014895. OLE color: 5014895.

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

Color convert

RGB11113376-
CMYK0.1700.430.48
HSL83.16º27.27%40.98%-
HSV(B)83.16º42.86%52.16%-
XYZ16.2520.689.97-
YUV119.92103.21121.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.69%
GREEN value IS 133 (52.34% from 255) = 41.56%
BLUE value IS 76 (30.08% from 255) = 23.75%
R=34.69%
G=41.56%
B=23.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal111133760.1700.430.4883.1627.2740.98
Hex6F854C1102B30531b29
Octal15720511421053601233351
Binary1101111100001011001100100010101011110000101001111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F854C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,133,76); }

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

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

 a { background-color: rgb(111,133,76); }

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

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

 span { border-color: rgb(111,133,76); }

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