Html Css Color HEX #79906F Xanadu

📋 copy color: '#79906F'

red 121 ◦ green 144 ◦ blue 111

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

Shades of Xanadu #79906F

Tints of Xanadu #79906F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.52%

R = 32.18%
G = 38.3%
B = 29.52%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#79906F (or 0x79906F) is known color: Xanadu. HEX triplet: 79, 90 and 6F. RGB value is (121,144,111). Sum of RGB (Red+Green+Blue) = 121+144+111=376 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.18% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 144 - color contains mainly: green. Hex color #79906F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79906F is #866F90. Grayscale: #858585. Windows color (decimal): -8810385 or 7311481. OLE color: 7311481.

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

Color convert

RGB 121 144 111 -
CMYK 0.16 0 0.23 0.44
HSL 101.82º 0.13% 0.5% -
HSV(B) 101.82º 0.23% 0.56% -
XYZ 20.73 25.16 18.8 -
YUV 133.36 115.38 119.18 -
System Red Green Blue C M Y K H S L
Decimal 121 144 111 0.16 0 0.23 0.44 101.82 0.13 0.5
Hex 79 90 6F 10 0 17 2C 66 D 32
Octal 171 220 157 20 0 27 54 146 15 62
Binary 1111001 10010000 1101111 10000 0 10111 101100 1100110 1101 110010

Color Harmonies of #79906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79906F

Black with #79906F

Text Example


Text Example

White with #79906F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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