#75916D

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

Shades of Xanadu #75916D

Tints of Xanadu #75916D

Color information

#75916D (or 0x75916D) is unknown color: approx Xanadu. HEX triplet: 75, 91 and 6D. RGB value is (117,145,109). Sum of RGB (Red+Green+Blue) = 117+145+109=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 145 - color contains mainly: green. Hex color #75916D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75916D is #8A6E92. Grayscale: #848484. Windows color (decimal): -9072275 or 7180661. OLE color: 7180661.

HSL color Cylindrical-coordinate representation of color #75916D: hue angle of 106.67º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75916D is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB117145109-
CMYK0.1900.250.43
HSL106.67º14.17%49.8%-
HSV(B)106.67º24.83%56.86%-
XYZ20.2225.1418.25-
YUV132.52114.72116.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 145 (57.03% from 255) = 39.08%
BLUE value IS 109 (42.97% from 255) = 29.38%
R=31.54%
G=39.08%
B=29.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171451090.1900.250.43106.6714.1749.8
Hex75916D130192B6be32
Octal16522115523031531531662
Binary11101011001000111011011001101100110101111010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75916D; }

 p { color: rgb(117,145,109); }

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

<style>
 a { background-color: #75916D; }

 a { background-color: rgb(117,145,109); }

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

<style>
 span { border-color: #75916D; }

 span { border-color: rgb(117,145,109); }

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