#6F8763

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

Shades of Xanadu #6F8763

Tints of Xanadu #6F8763

Color information

#6F8763 (or 0x6F8763) is unknown color: approx Xanadu. HEX triplet: 6F, 87 and 63. RGB value is (111,135,99). Sum of RGB (Red+Green+Blue) = 111+135+99=345 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.17% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 135 - color contains mainly: green. Hex color #6F8763 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8763 is #90789C. Grayscale: #7B7B7B. Windows color (decimal): -9468061 or 6522735. OLE color: 6522735.

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

Color convert

RGB11113599-
CMYK0.1800.270.47
HSL100º15.38%45.88%-
HSV(B)100º26.67%52.94%-
XYZ17.4721.6115.05-
YUV123.72114.05118.93-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.17%
GREEN value IS 135 (53.12% from 255) = 39.13%
BLUE value IS 99 (39.06% from 255) = 28.70%
R=32.17%
G=39.13%
B=28.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal111135990.1800.270.4710015.3845.88
Hex6F87631201B2F64f2e
Octal15720714322033571441756
Binary11011111000011111000111001001101110111111001001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,135,99); }

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

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

 a { background-color: rgb(111,135,99); }

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

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

 span { border-color: rgb(111,135,99); }

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