Html Css Color HEX #79916E Xanadu

📋 copy color: '#79916E'

red 121 ◦ green 145 ◦ blue 110

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

Shades of Xanadu #79916E

Tints of Xanadu #79916E

RGB

 RED value IS 121 (47.66% from 255) = 32.18%

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

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

R = 32.18%
G = 38.56%
B = 29.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.24

 K value IS 0.43

RGB Variations

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

Color information

#79916E (or 0x79916E) is known color: Xanadu. HEX triplet: 79, 91 and 6E. RGB value is (121,145,110). Sum of RGB (Red+Green+Blue) = 121+145+110=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 145 - color contains mainly: green. Hex color #79916E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79916E is #866E91. Grayscale: #858585. Windows color (decimal): -8810130 or 7246201. OLE color: 7246201.

HSL color Cylindrical-coordinate representation of color #79916E: hue angle of 101.14º 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 #79916E is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB 121 145 110 -
CMYK 0.17 0 0.24 0.43
HSL 101.14º 0.14% 0.5% -
HSV(B) 101.14º 0.24% 0.57% -
XYZ 20.83 25.44 18.56 -
YUV 133.83 114.55 118.85 -
System Red Green Blue C M Y K H S L
Decimal 121 145 110 0.17 0 0.24 0.43 101.14 0.14 0.5
Hex 79 91 6E 11 0 18 2B 65 E 32
Octal 171 221 156 21 0 30 53 145 16 62
Binary 1111001 10010001 1101110 10001 0 11000 101011 1100101 1110 110010

Color Harmonies of #79916E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79916E

Black with #79916E

Text Example


Text Example

White with #79916E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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