#74916C

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

Shades of Xanadu #74916C

Tints of Xanadu #74916C

Color information

#74916C (or 0x74916C) is unknown color: approx Xanadu. HEX triplet: 74, 91 and 6C. RGB value is (116,145,108). Sum of RGB (Red+Green+Blue) = 116+145+108=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 145 - color contains mainly: green. Hex color #74916C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74916C is #8B6E93. Grayscale: #848484. Windows color (decimal): -9137812 or 7115124. OLE color: 7115124.

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

Color convert

RGB116145108-
CMYK0.200.260.43
HSL107.03º14.62%49.61%-
HSV(B)107.03º25.52%56.86%-
XYZ20.0325.0517.97-
YUV132.11114.39116.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.44%
GREEN value IS 145 (57.03% from 255) = 39.30%
BLUE value IS 108 (42.58% from 255) = 29.27%
R=31.44%
G=39.30%
B=29.27%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161451080.200.260.43107.0314.6249.61
Hex74916C1401A2B6bf32
Octal16422115424032531531762
Binary11101001001000111011001010001101010101111010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,145,108); }

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

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

 a { background-color: rgb(116,145,108); }

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

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

 span { border-color: rgb(116,145,108); }

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