#6B8761

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

Shades of Xanadu #6B8761

Tints of Xanadu #6B8761

Color information

#6B8761 (or 0x6B8761) is unknown color: approx Xanadu. HEX triplet: 6B, 87 and 61. RGB value is (107,135,97). Sum of RGB (Red+Green+Blue) = 107+135+97=339 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.56% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 97 (38.28% from 255 or 28.61% from 339); Max value from RGB is 135 - color contains mainly: green. Hex color #6B8761 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8761 is #94789E. Grayscale: #7A7A7A. Windows color (decimal): -9730207 or 6391659. OLE color: 6391659.

HSL color Cylindrical-coordinate representation of color #6B8761: hue angle of 104.21º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B8761 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB10713597-
CMYK0.2100.280.47
HSL104.21º16.38%45.49%-
HSV(B)104.21º28.15%52.94%-
XYZ16.8921.3214.53-
YUV122.3113.72117.09-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.56%
GREEN value IS 135 (53.12% from 255) = 39.82%
BLUE value IS 97 (38.28% from 255) = 28.61%
R=31.56%
G=39.82%
B=28.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107135970.2100.280.47104.2116.3845.49
Hex6B87611501C2F68102d
Octal15320714125034571502055
Binary110101110000111110000110101011100101111110100010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,135,97); }

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

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

 a { background-color: rgb(107,135,97); }

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

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

 span { border-color: rgb(107,135,97); }

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