#6F8567

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

Shades of Xanadu #6F8567

Tints of Xanadu #6F8567

Color information

#6F8567 (or 0x6F8567) is unknown color: approx Xanadu. HEX triplet: 6F, 85 and 67. RGB value is (111,133,103). Sum of RGB (Red+Green+Blue) = 111+133+103=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 103 (40.62% from 255 or 29.68% from 347); Max value from RGB is 133 - color contains mainly: green. Hex color #6F8567 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8567 is #907A98. Grayscale: #7B7B7B. Windows color (decimal): -9468569 or 6784367. OLE color: 6784367.

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

Color convert

RGB111133103-
CMYK0.1700.230.48
HSL104º12.71%46.27%-
HSV(B)104º22.56%52.16%-
XYZ17.3921.1315.99-
YUV123116.71119.44-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.99%
GREEN value IS 133 (52.34% from 255) = 38.33%
BLUE value IS 103 (40.62% from 255) = 29.68%
R=31.99%
G=38.33%
B=29.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1111331030.1700.230.4810412.7146.27
Hex6F8567110173068d2e
Octal15720514721027601501556
Binary11011111000010111001111000101011111000011010001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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