#75926F

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

Shades of Xanadu #75926F

Tints of Xanadu #75926F

Color information

#75926F (or 0x75926F) is unknown color: approx Xanadu. HEX triplet: 75, 92 and 6F. RGB value is (117,146,111). Sum of RGB (Red+Green+Blue) = 117+146+111=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 146 - color contains mainly: green. Hex color #75926F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75926F is #8A6D90. Grayscale: #858585. Windows color (decimal): -9072017 or 7311989. OLE color: 7311989.

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

Color convert

RGB117146111-
CMYK0.2000.240.43
HSL109.71º13.83%50.39%-
HSV(B)109.71º23.97%57.25%-
XYZ20.4825.4918.88-
YUV133.34115.39116.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.28%
GREEN value IS 146 (57.42% from 255) = 39.04%
BLUE value IS 111 (43.75% from 255) = 29.68%
R=31.28%
G=39.04%
B=29.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171461110.2000.240.43109.7113.8350.39
Hex75926F140182B6ee32
Octal16522215724030531561662
Binary11101011001001011011111010001100010101111011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75926F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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