#6F786D

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

Shades of Xanadu #6F786D

Tints of Xanadu #6F786D

Color information

#6F786D (or 0x6F786D) is unknown color: approx Xanadu. HEX triplet: 6F, 78 and 6D. RGB value is (111,120,109). Sum of RGB (Red+Green+Blue) = 111+120+109=340 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.65% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 120 - color contains mainly: green. Hex color #6F786D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F786D is #908792. Grayscale: #747474. Windows color (decimal): -9471891 or 7174255. OLE color: 7174255.

HSL color Cylindrical-coordinate representation of color #6F786D: hue angle of 109.09º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6F786D is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB111120109-
CMYK0.0800.090.53
HSL109.09º4.8%44.9%-
HSV(B)109.09º9.17%47.06%-
XYZ16.0317.9217.08-
YUV116.06124.02124.39-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.65%
GREEN value IS 120 (47.27% from 255) = 35.29%
BLUE value IS 109 (42.97% from 255) = 32.06%
R=32.65%
G=35.29%
B=32.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1111201090.0800.090.53109.094.844.9
Hex6F786D809356d52d
Octal1571701551001165155555
Binary1101111111100011011011000010011101011101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F786D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,120,109); }

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

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

 a { background-color: rgb(111,120,109); }

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

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

 span { border-color: rgb(111,120,109); }

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