#74916F

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

Shades of Xanadu #74916F

Tints of Xanadu #74916F

Color information

#74916F (or 0x74916F) is unknown color: approx Xanadu. HEX triplet: 74, 91 and 6F. RGB value is (116,145,111). Sum of RGB (Red+Green+Blue) = 116+145+111=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 145 - color contains mainly: green. Hex color #74916F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74916F is #8B6E90. Grayscale: #848484. Windows color (decimal): -9137809 or 7311732. OLE color: 7311732.

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

Color convert

RGB116145111-
CMYK0.200.230.43
HSL111.18º13.39%50.2%-
HSV(B)111.18º23.45%56.86%-
XYZ20.225.1118.82-
YUV132.45115.89116.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.18%
GREEN value IS 145 (57.03% from 255) = 38.98%
BLUE value IS 111 (43.75% from 255) = 29.84%
R=31.18%
G=38.98%
B=29.84%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161451110.200.230.43111.1813.3950.2
Hex74916F140172B6fd32
Octal16422115724027531571562
Binary11101001001000111011111010001011110101111011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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