Html Css Color HEX #76916A Xanadu

📋 copy color: '#76916A'

red 118 ◦ green 145 ◦ blue 106

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

Shades of Xanadu #76916A

Tints of Xanadu #76916A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.73%

R = 31.98%
G = 39.3%
B = 28.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#76916A (or 0x76916A) is known color: Xanadu. HEX triplet: 76, 91 and 6A. RGB value is (118,145,106). Sum of RGB (Red+Green+Blue) = 118+145+106=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 145 - color contains mainly: green. Hex color #76916A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76916A is #896E95. Grayscale: #848484. Windows color (decimal): -9006742 or 6984054. OLE color: 6984054.

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

Color convert

RGB 118 145 106 -
CMYK 0.19 0 0.27 0.43
HSL 101.54º 0.16% 0.49% -
HSV(B) 101.54º 0.27% 0.57% -
XYZ 20.2 25.14 17.42 -
YUV 132.48 113.05 117.67 -
System Red Green Blue C M Y K H S L
Decimal 118 145 106 0.19 0 0.27 0.43 101.54 0.16 0.49
Hex 76 91 6A 13 0 1B 2B 66 10 31
Octal 166 221 152 23 0 33 53 146 20 61
Binary 1110110 10010001 1101010 10011 0 11011 101011 1100110 10000 110001

Color Harmonies of #76916A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76916A

Black with #76916A

Text Example


Text Example

White with #76916A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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