#6F866A

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

Shades of Xanadu #6F866A

Tints of Xanadu #6F866A

Color information

#6F866A (or 0x6F866A) is unknown color: approx Xanadu. HEX triplet: 6F, 86 and 6A. RGB value is (111,134,106). Sum of RGB (Red+Green+Blue) = 111+134+106=351 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.62% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 134 - color contains mainly: green. Hex color #6F866A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F866A is #907995. Grayscale: #7C7C7C. Windows color (decimal): -9468310 or 6981231. OLE color: 6981231.

HSL color Cylindrical-coordinate representation of color #6F866A: hue angle of 109.29º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F866A is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB111134106-
CMYK0.1700.210.47
HSL109.29º11.67%47.06%-
HSV(B)109.29º20.9%52.55%-
XYZ17.6821.4716.85-
YUV123.93117.88118.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.62%
GREEN value IS 134 (52.73% from 255) = 38.18%
BLUE value IS 106 (41.80% from 255) = 30.20%
R=31.62%
G=38.18%
B=30.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1111341060.1700.210.47109.2911.6747.06
Hex6F866A110152F6dc2f
Octal15720615221025571551457
Binary11011111000011011010101000101010110111111011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,134,106); }

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

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

 a { background-color: rgb(111,134,106); }

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

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

 span { border-color: rgb(111,134,106); }

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