#74916E

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

Shades of Xanadu #74916E

Tints of Xanadu #74916E

Color information

#74916E (or 0x74916E) is unknown color: approx Xanadu. HEX triplet: 74, 91 and 6E. RGB value is (116,145,110). Sum of RGB (Red+Green+Blue) = 116+145+110=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 145 - color contains mainly: green. Hex color #74916E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74916E is #8B6E91. Grayscale: #848484. Windows color (decimal): -9137810 or 7246196. OLE color: 7246196.

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

Color convert

RGB116145110-
CMYK0.200.240.43
HSL109.71º13.73%50%-
HSV(B)109.71º24.14%56.86%-
XYZ20.1425.0918.53-
YUV132.34115.39116.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.27%
GREEN value IS 145 (57.03% from 255) = 39.08%
BLUE value IS 110 (43.36% from 255) = 29.65%
R=31.27%
G=39.08%
B=29.65%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161451100.200.240.43109.7113.7350
Hex74916E140182B6ee32
Octal16422115624030531561662
Binary11101001001000111011101010001100010101111011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74916E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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