Html Css Color HEX #76916E Xanadu

📋 copy color: '#76916E'

red 118 ◦ green 145 ◦ blue 110

#76916E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Xanadu #76916E

Tints of Xanadu #76916E

RGB

 RED value IS 118 (46.48% from 255) = 31.64%

 GREEN value IS 145 (57.03% from 255) = 38.87%

 BLUE value IS 110 (43.36% from 255) = 29.49%

R = 31.64%
G = 38.87%
B = 29.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.24

 K value IS 0.43

RGB Variations

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

Color information

#76916E (or 0x76916E) is known color: Xanadu. HEX triplet: 76, 91 and 6E. RGB value is (118,145,110). Sum of RGB (Red+Green+Blue) = 118+145+110=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 145 - color contains mainly: green. Hex color #76916E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76916E is #896E91. Grayscale: #858585. Windows color (decimal): -9006738 or 7246198. OLE color: 7246198.

HSL color Cylindrical-coordinate representation of color #76916E: hue angle of 106.29º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #76916E is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 145 110 -
CMYK 0.19 0 0.24 0.43
HSL 106.29º 0.14% 0.5% -
HSV(B) 106.29º 0.24% 0.57% -
XYZ 20.41 25.23 18.55 -
YUV 132.94 115.05 117.35 -
System Red Green Blue C M Y K H S L
Decimal 118 145 110 0.19 0 0.24 0.43 106.29 0.14 0.5
Hex 76 91 6E 13 0 18 2B 6A E 32
Octal 166 221 156 23 0 30 53 152 16 62
Binary 1110110 10010001 1101110 10011 0 11000 101011 1101010 1110 110010

Color Harmonies of #76916E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76916E

Black with #76916E

Text Example


Text Example

White with #76916E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76916E; }

 p { color: rgb(118,145,110); }

 H1.HeaderClassName
 {
   color: #76916E;
 }
 .AnyTagClassName
 {
   color: #76916E;
 }
</style>

background-color css

<style>
 a { background-color: #76916E; }

 a { background-color: rgb(118,145,110); }

 div.DivClassName
 {
   background-color: #76916E;
 }
 .BgClassName
 {
   background-color: #76916E;
 }
</style>

border-color css

<style>
 span { border-color: #76916E; }

 span { border-color: rgb(118,145,110); }

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