#75936C

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

Shades of Xanadu #75936C

Tints of Xanadu #75936C

Color information

#75936C (or 0x75936C) is unknown color: approx Xanadu. HEX triplet: 75, 93 and 6C. RGB value is (117,147,108). Sum of RGB (Red+Green+Blue) = 117+147+108=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 147 - color contains mainly: green. Hex color #75936C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75936C is #8A6C93. Grayscale: #858585. Windows color (decimal): -9071764 or 7115637. OLE color: 7115637.

HSL color Cylindrical-coordinate representation of color #75936C: hue angle of 106.15º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #75936C is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB117147108-
CMYK0.2000.270.42
HSL106.15º15.29%50%-
HSV(B)106.15º26.53%57.65%-
XYZ20.4825.7318.07-
YUV133.58113.56116.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.45%
GREEN value IS 147 (57.81% from 255) = 39.52%
BLUE value IS 108 (42.58% from 255) = 29.03%
R=31.45%
G=39.52%
B=29.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171471080.2000.270.42106.1515.2950
Hex75936C1401B2A6af32
Octal16522315424033521521762
Binary11101011001001111011001010001101110101011010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75936C; }

 p { color: rgb(117,147,108); }

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

<style>
 a { background-color: #75936C; }

 a { background-color: rgb(117,147,108); }

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

<style>
 span { border-color: #75936C; }

 span { border-color: rgb(117,147,108); }

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