#74926C

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

Shades of Xanadu #74926C

Tints of Xanadu #74926C

Color information

#74926C (or 0x74926C) is unknown color: approx Xanadu. HEX triplet: 74, 92 and 6C. RGB value is (116,146,108). Sum of RGB (Red+Green+Blue) = 116+146+108=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 146 (57.42% from 255 or 39.46% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 146 - color contains mainly: green. Hex color #74926C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74926C is #8B6D93. Grayscale: #848484. Windows color (decimal): -9137556 or 7115380. OLE color: 7115380.

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

Color convert

RGB116146108-
CMYK0.2100.260.43
HSL107.37º14.96%49.8%-
HSV(B)107.37º26.03%57.25%-
XYZ20.1925.3518.02-
YUV132.7114.06116.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.35%
GREEN value IS 146 (57.42% from 255) = 39.46%
BLUE value IS 108 (42.58% from 255) = 29.19%
R=31.35%
G=39.46%
B=29.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1161461080.2100.260.43107.3714.9649.8
Hex74926C1501A2B6bf32
Octal16422215425032531531762
Binary11101001001001011011001010101101010101111010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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