Html Css Color HEX #73906E Xanadu

📋 copy color: '#73906E'

red 115 ◦ green 144 ◦ blue 110

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

Shades of Xanadu #73906E

Tints of Xanadu #73906E

RGB

 RED value IS 115 (45.31% from 255) = 31.17%

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

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

R = 31.17%
G = 39.02%
B = 29.81%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#73906E (or 0x73906E) is known color: Xanadu. HEX triplet: 73, 90 and 6E. RGB value is (115,144,110). Sum of RGB (Red+Green+Blue) = 115+144+110=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 144 - color contains mainly: green. Hex color #73906E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73906E is #8C6F91. Grayscale: #838383. Windows color (decimal): -9203602 or 7245939. OLE color: 7245939.

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

Color convert

RGB 115 144 110 -
CMYK 0.20 0 0.24 0.44
HSL 111.18º 0.13% 0.5% -
HSV(B) 111.18º 0.24% 0.56% -
XYZ 19.86 24.72 18.48 -
YUV 131.45 115.89 116.26 -
System Red Green Blue C M Y K H S L
Decimal 115 144 110 0.20 0 0.24 0.44 111.18 0.13 0.5
Hex 73 90 6E 14 0 18 2C 6F D 32
Octal 163 220 156 24 0 30 54 157 15 62
Binary 1110011 10010000 1101110 10100 0 11000 101100 1101111 1101 110010

Color Harmonies of #73906E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73906E

Black with #73906E

Text Example


Text Example

White with #73906E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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