#74866F

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

Shades of Xanadu #74866F

Tints of Xanadu #74866F

Color information

#74866F (or 0x74866F) is unknown color: approx Xanadu. HEX triplet: 74, 86 and 6F. RGB value is (116,134,111). Sum of RGB (Red+Green+Blue) = 116+134+111=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 134 - color contains mainly: green. Hex color #74866F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74866F is #8B7990. Grayscale: #7E7E7E. Windows color (decimal): -9140625 or 7308916. OLE color: 7308916.

HSL color Cylindrical-coordinate representation of color #74866F: hue angle of 106.96º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #74866F is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB116134111-
CMYK0.1300.170.47
HSL106.96º9.39%48.04%-
HSV(B)106.96º17.16%52.55%-
XYZ18.621.9118.29-
YUV126119.54120.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.13%
GREEN value IS 134 (52.73% from 255) = 37.12%
BLUE value IS 111 (43.75% from 255) = 30.75%
R=32.13%
G=37.12%
B=30.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1161341110.1300.170.47106.969.3948.04
Hex74866FD0112F6b930
Octal16420615715021571531160
Binary1110100100001101101111110101000110111111010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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