Html Css Color HEX #7A906D Xanadu

📋 copy color: '#7A906D'

red 122 ◦ green 144 ◦ blue 109

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

Shades of Xanadu #7A906D

Tints of Xanadu #7A906D

RGB

 RED value IS 122 (48.05% from 255) = 32.53%

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

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

R = 32.53%
G = 38.4%
B = 29.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#7A906D (or 0x7A906D) is known color: Xanadu. HEX triplet: 7A, 90 and 6D. RGB value is (122,144,109). Sum of RGB (Red+Green+Blue) = 122+144+109=375 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.53% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 144 - color contains mainly: green. Hex color #7A906D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A906D is #856F92. Grayscale: #858585. Windows color (decimal): -8744851 or 7180410. OLE color: 7180410.

HSL color Cylindrical-coordinate representation of color #7A906D: hue angle of 97.71º degrees, saturation: 0.14, 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 #7A906D is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 122 144 109 -
CMYK 0.15 0 0.24 0.44
HSL 97.71º 0.14% 0.5% -
HSV(B) 97.71º 0.24% 0.56% -
XYZ 20.76 25.19 18.24 -
YUV 133.43 114.21 119.85 -
System Red Green Blue C M Y K H S L
Decimal 122 144 109 0.15 0 0.24 0.44 97.71 0.14 0.5
Hex 7A 90 6D F 0 18 2C 62 E 32
Octal 172 220 155 17 0 30 54 142 16 62
Binary 1111010 10010000 1101101 1111 0 11000 101100 1100010 1110 110010

Color Harmonies of #7A906D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A906D

Black with #7A906D

Text Example


Text Example

White with #7A906D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A906D; }

 p { color: rgb(122,144,109); }

 H1.HeaderClassName
 {
   color: #7A906D;
 }
 .AnyTagClassName
 {
   color: #7A906D;
 }
</style>

background-color css

<style>
 a { background-color: #7A906D; }

 a { background-color: rgb(122,144,109); }

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

border-color css

<style>
 span { border-color: #7A906D; }

 span { border-color: rgb(122,144,109); }

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