#6F8961

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

Shades of Xanadu #6F8961

Tints of Xanadu #6F8961

Color information

#6F8961 (or 0x6F8961) is unknown color: approx Xanadu. HEX triplet: 6F, 89 and 61. RGB value is (111,137,97). Sum of RGB (Red+Green+Blue) = 111+137+97=345 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.17% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 97 (38.28% from 255 or 28.12% from 345); Max value from RGB is 137 - color contains mainly: green. Hex color #6F8961 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8961 is #90769E. Grayscale: #7C7C7C. Windows color (decimal): -9467551 or 6392175. OLE color: 6392175.

HSL color Cylindrical-coordinate representation of color #6F8961: hue angle of 99º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F8961 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB11113797-
CMYK0.1900.290.46
HSL99º17.09%45.88%-
HSV(B)99º29.2%53.73%-
XYZ17.6622.1314.65-
YUV124.67112.39118.25-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.17%
GREEN value IS 137 (53.91% from 255) = 39.71%
BLUE value IS 97 (38.28% from 255) = 28.12%
R=32.17%
G=39.71%
B=28.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal111137970.1900.290.469917.0945.88
Hex6F89611301D2E63112e
Octal15721114123035561432156
Binary110111110001001110000110011011101101110110001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,137,97); }

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

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

 a { background-color: rgb(111,137,97); }

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

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

 span { border-color: rgb(111,137,97); }

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