#73876F

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

Shades of Xanadu #73876F

Tints of Xanadu #73876F

Color information

#73876F (or 0x73876F) is unknown color: approx Xanadu. HEX triplet: 73, 87 and 6F. RGB value is (115,135,111). Sum of RGB (Red+Green+Blue) = 115+135+111=361 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.86% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 135 - color contains mainly: green. Hex color #73876F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73876F is #8C7890. Grayscale: #7E7E7E. Windows color (decimal): -9205905 or 7309171. OLE color: 7309171.

HSL color Cylindrical-coordinate representation of color #73876F: hue angle of 110º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #73876F is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB115135111-
CMYK0.1500.180.47
HSL110º9.76%48.24%-
HSV(B)110º17.78%52.94%-
XYZ18.622.1218.33-
YUV126.28119.37119.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.86%
GREEN value IS 135 (53.12% from 255) = 37.40%
BLUE value IS 111 (43.75% from 255) = 30.75%
R=31.86%
G=37.40%
B=30.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1151351110.1500.180.471109.7648.24
Hex73876FF0122F6ea30
Octal16320715717022571561260
Binary1110011100001111101111111101001010111111011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73876F; }

 p { color: rgb(115,135,111); }

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

<style>
 a { background-color: #73876F; }

 a { background-color: rgb(115,135,111); }

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

<style>
 span { border-color: #73876F; }

 span { border-color: rgb(115,135,111); }

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