#6C8C5F

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

Shades of Xanadu #6C8C5F

Tints of Xanadu #6C8C5F

Color information

#6C8C5F (or 0x6C8C5F) is unknown color: approx Xanadu. HEX triplet: 6C, 8C and 5F. RGB value is (108,140,95). Sum of RGB (Red+Green+Blue) = 108+140+95=343 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.49% from 343); Green value is 140 (55.08% from 255 or 40.82% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 140 - color contains mainly: green. Hex color #6C8C5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8C5F is #9373A0. Grayscale: #7D7D7D. Windows color (decimal): -9663393 or 6261868. OLE color: 6261868.

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

Color convert

RGB10814095-
CMYK0.2300.320.45
HSL102.67º19.15%46.08%-
HSV(B)102.67º32.14%54.9%-
XYZ17.6322.7714.29-
YUV125.3110.9115.66-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.49%
GREEN value IS 140 (55.08% from 255) = 40.82%
BLUE value IS 95 (37.5% from 255) = 27.70%
R=31.49%
G=40.82%
B=27.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal108140950.2300.320.45102.6719.1546.08
Hex6C8C5F170202D67132e
Octal15421413727040551472356
Binary1101100100011001011111101110100000101101110011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,140,95); }

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

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

 a { background-color: rgb(108,140,95); }

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

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

 span { border-color: rgb(108,140,95); }

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