#6F8C61

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

Shades of Xanadu #6F8C61

Tints of Xanadu #6F8C61

Color information

#6F8C61 (or 0x6F8C61) is unknown color: approx Xanadu. HEX triplet: 6F, 8C and 61. RGB value is (111,140,97). Sum of RGB (Red+Green+Blue) = 111+140+97=348 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.90% from 348); Green value is 140 (55.08% from 255 or 40.23% from 348); Blue value is 97 (38.28% from 255 or 27.87% from 348); Max value from RGB is 140 - color contains mainly: green. Hex color #6F8C61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8C61 is #90739E. Grayscale: #7E7E7E. Windows color (decimal): -9466783 or 6392943. OLE color: 6392943.

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

Color convert

RGB11114097-
CMYK0.2100.310.45
HSL100.47º18.14%46.47%-
HSV(B)100.47º30.71%54.9%-
XYZ18.092314.79-
YUV126.43111.39117-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.90%
GREEN value IS 140 (55.08% from 255) = 40.23%
BLUE value IS 97 (38.28% from 255) = 27.87%
R=31.90%
G=40.23%
B=27.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal111140970.2100.310.45100.4718.1446.47
Hex6F8C611501F2D64122e
Octal15721414125037551442256
Binary110111110001100110000110101011111101101110010010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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