Html Css Color HEX #79906E Xanadu

📋 copy color: '#79906E'

red 121 ◦ green 144 ◦ blue 110

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

Shades of Xanadu #79906E

Tints of Xanadu #79906E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.4%

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

R = 32.27%
G = 38.4%
B = 29.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#79906E (or 0x79906E) is known color: Xanadu. HEX triplet: 79, 90 and 6E. RGB value is (121,144,110). Sum of RGB (Red+Green+Blue) = 121+144+110=375 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.27% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 110 (43.36% from 255 or 29.33% from 375); Max value from RGB is 144 - color contains mainly: green. Hex color #79906E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79906E is #866F91. Grayscale: #858585. Windows color (decimal): -8810386 or 7245945. OLE color: 7245945.

HSL color Cylindrical-coordinate representation of color #79906E: hue angle of 100.59º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #79906E is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 121 144 110 -
CMYK 0.16 0 0.24 0.44
HSL 100.59º 0.13% 0.5% -
HSV(B) 100.59º 0.24% 0.56% -
XYZ 20.67 25.14 18.51 -
YUV 133.25 114.88 119.26 -
System Red Green Blue C M Y K H S L
Decimal 121 144 110 0.16 0 0.24 0.44 100.59 0.13 0.5
Hex 79 90 6E 10 0 18 2C 65 D 32
Octal 171 220 156 20 0 30 54 145 15 62
Binary 1111001 10010000 1101110 10000 0 11000 101100 1100101 1101 110010

Color Harmonies of #79906E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79906E

Black with #79906E

Text Example


Text Example

White with #79906E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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