#75926C

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

Shades of Xanadu #75926C

Tints of Xanadu #75926C

Color information

#75926C (or 0x75926C) is unknown color: approx Xanadu. HEX triplet: 75, 92 and 6C. RGB value is (117,146,108). Sum of RGB (Red+Green+Blue) = 117+146+108=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 146 - color contains mainly: green. Hex color #75926C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75926C is #8A6D93. Grayscale: #858585. Windows color (decimal): -9072020 or 7115381. OLE color: 7115381.

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

Color convert

RGB117146108-
CMYK0.2000.260.43
HSL105.79º14.96%49.8%-
HSV(B)105.79º26.03%57.25%-
XYZ20.3225.4218.02-
YUV133113.89116.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 146 (57.42% from 255) = 39.35%
BLUE value IS 108 (42.58% from 255) = 29.11%
R=31.54%
G=39.35%
B=29.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171461080.2000.260.43105.7914.9649.8
Hex75926C1401A2B6af32
Octal16522215424032531521762
Binary11101011001001011011001010001101010101111010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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