#72946C

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

Shades of Xanadu #72946C

Tints of Xanadu #72946C

Color information

#72946C (or 0x72946C) is unknown color: approx Xanadu. HEX triplet: 72, 94 and 6C. RGB value is (114,148,108). Sum of RGB (Red+Green+Blue) = 114+148+108=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 148 - color contains mainly: green. Hex color #72946C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72946C is #8D6B93. Grayscale: #858585. Windows color (decimal): -9268116 or 7115890. OLE color: 7115890.

HSL color Cylindrical-coordinate representation of color #72946C: hue angle of 111º degrees, saturation: 0.16, 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 #72946C is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB114148108-
CMYK0.2300.270.42
HSL111º15.75%50.2%-
HSV(B)111º27.03%58.04%-
XYZ20.2425.8418.11-
YUV133.27113.74114.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.81%
GREEN value IS 148 (58.20% from 255) = 40%
BLUE value IS 108 (42.58% from 255) = 29.19%
R=30.81%
G=40%
B=29.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1141481080.2300.270.4211115.7550.2
Hex72946C1701B2A6f1032
Octal16222415427033521572062
Binary111001010010100110110010111011011101010110111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72946C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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