#75936e

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

Shades of Xanadu #75936E

Tints of Xanadu #75936E

Color information

#75936E (or 0x75936E) is unknown color: approx Xanadu. HEX triplet: 75, 93 and 6E. RGB value is (117,147,110). Sum of RGB (Red+Green+Blue) = 117+147+110=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 147 - color contains mainly: green. Hex color #75936E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75936E is #8A6C91. Grayscale: #858585. Windows color (decimal): -9071762 or 7246709. OLE color: 7246709.

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

Color convert

RGB117147110-
CMYK0.2000.250.42
HSL108.65º14.62%50.39%-
HSV(B)108.65º25.17%57.65%-
XYZ20.5825.7818.64-
YUV133.81114.56116.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.28%
GREEN value IS 147 (57.81% from 255) = 39.30%
BLUE value IS 110 (43.36% from 255) = 29.41%
R=31.28%
G=39.30%
B=29.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171471100.2000.250.42108.6514.6250.39
Hex75936E140192A6df32
Octal16522315624031521551762
Binary11101011001001111011101010001100110101011011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75936e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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