#74936C

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

Shades of Xanadu #74936C

Tints of Xanadu #74936C

Color information

#74936C (or 0x74936C) is unknown color: approx Xanadu. HEX triplet: 74, 93 and 6C. RGB value is (116,147,108). Sum of RGB (Red+Green+Blue) = 116+147+108=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 147 - color contains mainly: green. Hex color #74936C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74936C is #8B6C93. Grayscale: #858585. Windows color (decimal): -9137300 or 7115636. OLE color: 7115636.

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

Color convert

RGB116147108-
CMYK0.2100.270.42
HSL107.69º15.29%50%-
HSV(B)107.69º26.53%57.65%-
XYZ20.3425.6618.07-
YUV133.28113.73115.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.27%
GREEN value IS 147 (57.81% from 255) = 39.62%
BLUE value IS 108 (42.58% from 255) = 29.11%
R=31.27%
G=39.62%
B=29.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161471080.2100.270.42107.6915.2950
Hex74936C1501B2A6cf32
Octal16422315425033521541762
Binary11101001001001111011001010101101110101011011001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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