#6F8D62

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

Shades of Xanadu #6F8D62

Tints of Xanadu #6F8D62

Color information

#6F8D62 (or 0x6F8D62) is unknown color: approx Xanadu. HEX triplet: 6F, 8D and 62. RGB value is (111,141,98). Sum of RGB (Red+Green+Blue) = 111+141+98=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 141 (55.47% from 255 or 40.29% from 350); Blue value is 98 (38.67% from 255 or 28% from 350); Max value from RGB is 141 - color contains mainly: green. Hex color #6F8D62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8D62 is #90729D. Grayscale: #7F7F7F. Windows color (decimal): -9466526 or 6458735. OLE color: 6458735.

HSL color Cylindrical-coordinate representation of color #6F8D62: hue angle of 101.86º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F8D62 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB11114198-
CMYK0.2100.300.45
HSL101.86º17.99%46.86%-
HSV(B)101.86º30.5%55.29%-
XYZ18.2923.3115.09-
YUV127.13111.56116.5-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.71%
GREEN value IS 141 (55.47% from 255) = 40.29%
BLUE value IS 98 (38.67% from 255) = 28%
R=31.71%
G=40.29%
B=28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal111141980.2100.300.45101.8617.9946.86
Hex6F8D621501E2D66122f
Octal15721514225036551462257
Binary110111110001101110001010101011110101101110011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,141,98); }

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

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

 a { background-color: rgb(111,141,98); }

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

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

 span { border-color: rgb(111,141,98); }

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