#74936E

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

Shades of Xanadu #74936E

Tints of Xanadu #74936E

Color information

#74936E (or 0x74936E) is unknown color: approx Xanadu. HEX triplet: 74, 93 and 6E. RGB value is (116,147,110). Sum of RGB (Red+Green+Blue) = 116+147+110=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 147 - color contains mainly: green. Hex color #74936E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74936E is #8B6C91. Grayscale: #858585. Windows color (decimal): -9137298 or 7246708. OLE color: 7246708.

HSL color Cylindrical-coordinate representation of color #74936E: hue angle of 110.27º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #74936E is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB116147110-
CMYK0.2100.250.42
HSL110.27º14.62%50.39%-
HSV(B)110.27º25.17%57.65%-
XYZ20.4525.7118.64-
YUV133.51114.73115.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.10%
GREEN value IS 147 (57.81% from 255) = 39.41%
BLUE value IS 110 (43.36% from 255) = 29.49%
R=31.10%
G=39.41%
B=29.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161471100.2100.250.42110.2714.6250.39
Hex74936E150192A6ef32
Octal16422315625031521561762
Binary11101001001001111011101010101100110101011011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74936E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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