#76936A

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

Shades of Xanadu #76936A

Tints of Xanadu #76936A

Color information

#76936A (or 0x76936A) is unknown color: approx Xanadu. HEX triplet: 76, 93 and 6A. RGB value is (118,147,106). Sum of RGB (Red+Green+Blue) = 118+147+106=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 147 (57.81% from 255 or 39.62% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 147 - color contains mainly: green. Hex color #76936A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76936A is #896C95. Grayscale: #858585. Windows color (decimal): -9006230 or 6984566. OLE color: 6984566.

HSL color Cylindrical-coordinate representation of color #76936A: hue angle of 102.44º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76936A is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB118147106-
CMYK0.2000.280.42
HSL102.44º16.21%49.61%-
HSV(B)102.44º27.89%57.65%-
XYZ20.5125.7617.53-
YUV133.66112.39116.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.81%
GREEN value IS 147 (57.81% from 255) = 39.62%
BLUE value IS 106 (41.80% from 255) = 28.57%
R=31.81%
G=39.62%
B=28.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181471060.2000.280.42102.4416.2149.61
Hex76936A1401C2A661032
Octal16622315224034521462062
Binary111011010010011110101010100011100101010110011010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76936A; }

 p { color: rgb(118,147,106); }

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

<style>
 a { background-color: #76936A; }

 a { background-color: rgb(118,147,106); }

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

<style>
 span { border-color: #76936A; }

 span { border-color: rgb(118,147,106); }

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