#74916B

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

Shades of Xanadu #74916B

Tints of Xanadu #74916B

Color information

#74916B (or 0x74916B) is unknown color: approx Xanadu. HEX triplet: 74, 91 and 6B. RGB value is (116,145,107). Sum of RGB (Red+Green+Blue) = 116+145+107=368 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.52% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 145 - color contains mainly: green. Hex color #74916B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74916B is #8B6E94. Grayscale: #848484. Windows color (decimal): -9137813 or 7049588. OLE color: 7049588.

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

Color convert

RGB116145107-
CMYK0.200.260.43
HSL105.79º15.08%49.41%-
HSV(B)105.79º26.21%56.86%-
XYZ19.9825.0317.69-
YUV132113.89116.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.52%
GREEN value IS 145 (57.03% from 255) = 39.40%
BLUE value IS 107 (42.19% from 255) = 29.08%
R=31.52%
G=39.40%
B=29.08%

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
Decimal1161451070.200.260.43105.7915.0849.41
Hex74916B1401A2B6af31
Octal16422115324032531521761
Binary11101001001000111010111010001101010101111010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74916B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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