#6F876C

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

Shades of Xanadu #6F876C

Tints of Xanadu #6F876C

Color information

#6F876C (or 0x6F876C) is unknown color: approx Xanadu. HEX triplet: 6F, 87 and 6C. RGB value is (111,135,108). Sum of RGB (Red+Green+Blue) = 111+135+108=354 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.36% from 354); Green value is 135 (53.12% from 255 or 38.14% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 135 - color contains mainly: green. Hex color #6F876C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F876C is #907893. Grayscale: #7C7C7C. Windows color (decimal): -9468052 or 7112559. OLE color: 7112559.

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

Color convert

RGB111135108-
CMYK0.1800.20.47
HSL113.33º11.11%47.65%-
HSV(B)113.33º20%52.94%-
XYZ17.9321.7917.45-
YUV124.75118.55118.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.36%
GREEN value IS 135 (53.12% from 255) = 38.14%
BLUE value IS 108 (42.58% from 255) = 30.51%
R=31.36%
G=38.14%
B=30.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1111351080.1800.20.47113.3311.1147.65
Hex6F876C120142F71b30
Octal15720715422024571611360
Binary11011111000011111011001001001010010111111100011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F876C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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