#72926C

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

Shades of Xanadu #72926C

Tints of Xanadu #72926C

Color information

#72926C (or 0x72926C) is unknown color: approx Xanadu. HEX triplet: 72, 92 and 6C. RGB value is (114,146,108). Sum of RGB (Red+Green+Blue) = 114+146+108=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 146 - color contains mainly: green. Hex color #72926C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72926C is #8D6D93. Grayscale: #848484. Windows color (decimal): -9268628 or 7115378. OLE color: 7115378.

HSL color Cylindrical-coordinate representation of color #72926C: hue angle of 110.53º 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 #72926C is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB114146108-
CMYK0.2200.260.43
HSL110.53º14.96%49.8%-
HSV(B)110.53º26.03%57.25%-
XYZ19.9325.2218-
YUV132.1114.4115.09-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.98%
GREEN value IS 146 (57.42% from 255) = 39.67%
BLUE value IS 108 (42.58% from 255) = 29.35%
R=30.98%
G=39.67%
B=29.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1141461080.2200.260.43110.5314.9649.8
Hex72926C1601A2B6ff32
Octal16222215426032531571762
Binary11100101001001011011001011001101010101111011111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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