Html Css Color HEX #76916D Xanadu

📋 copy color: '#76916D'

red 118 ◦ green 145 ◦ blue 109

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

Shades of Xanadu #76916D

Tints of Xanadu #76916D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.3%

R = 31.72%
G = 38.98%
B = 29.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#76916D (or 0x76916D) is known color: Xanadu. HEX triplet: 76, 91 and 6D. RGB value is (118,145,109). Sum of RGB (Red+Green+Blue) = 118+145+109=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 145 - color contains mainly: green. Hex color #76916D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76916D is #896E92. Grayscale: #848484. Windows color (decimal): -9006739 or 7180662. OLE color: 7180662.

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

Color convert

RGB 118 145 109 -
CMYK 0.19 0 0.25 0.43
HSL 105º 0.14% 0.5% -
HSV(B) 105º 0.25% 0.57% -
XYZ 20.36 25.21 18.26 -
YUV 132.82 114.55 117.43 -
System Red Green Blue C M Y K H S L
Decimal 118 145 109 0.19 0 0.25 0.43 105 0.14 0.5
Hex 76 91 6D 13 0 19 2B 69 E 32
Octal 166 221 155 23 0 31 53 151 16 62
Binary 1110110 10010001 1101101 10011 0 11001 101011 1101001 1110 110010

Color Harmonies of #76916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76916D

Black with #76916D

Text Example


Text Example

White with #76916D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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