#77936A

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

Shades of Xanadu #77936A

Tints of Xanadu #77936A

Color information

#77936A (or 0x77936A) is unknown color: approx Xanadu. HEX triplet: 77, 93 and 6A. RGB value is (119,147,106). Sum of RGB (Red+Green+Blue) = 119+147+106=372 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.99% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 106 (41.80% from 255 or 28.49% from 372); Max value from RGB is 147 - color contains mainly: green. Hex color #77936A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77936A is #886C95. Grayscale: #868686. Windows color (decimal): -8940694 or 6984567. OLE color: 6984567.

HSL color Cylindrical-coordinate representation of color #77936A: hue angle of 100.98º 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 #77936A is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB119147106-
CMYK0.1900.280.42
HSL100.98º16.21%49.61%-
HSV(B)100.98º27.89%57.65%-
XYZ20.6425.8317.53-
YUV133.95112.22117.33-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.99%
GREEN value IS 147 (57.81% from 255) = 39.52%
BLUE value IS 106 (41.80% from 255) = 28.49%
R=31.99%
G=39.52%
B=28.49%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191471060.1900.280.42100.9816.2149.61
Hex77936A1301C2A651032
Octal16722315223034521452062
Binary111011110010011110101010011011100101010110010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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