Html Css Color HEX #73926A Xanadu

📋 copy color: '#73926A'

red 115 ◦ green 146 ◦ blue 106

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

Shades of Xanadu #73926A

Tints of Xanadu #73926A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 39.78%

 BLUE value IS 106 (41.8% from 255) = 28.88%

R = 31.34%
G = 39.78%
B = 28.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#73926A (or 0x73926A) is known color: Xanadu. HEX triplet: 73, 92 and 6A. RGB value is (115,146,106). Sum of RGB (Red+Green+Blue) = 115+146+106=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 146 (57.42% from 255 or 39.78% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 146 - color contains mainly: green. Hex color #73926A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73926A is #8C6D95. Grayscale: #848484. Windows color (decimal): -9203094 or 6984307. OLE color: 6984307.

HSL color Cylindrical-coordinate representation of color #73926A: hue angle of 106.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #73926A is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB 115 146 106 -
CMYK 0.21 0 0.27 0.43
HSL 106.5º 0.16% 0.49% -
HSV(B) 106.5º 0.27% 0.57% -
XYZ 19.95 25.24 17.46 -
YUV 132.17 113.23 115.75 -
System Red Green Blue C M Y K H S L
Decimal 115 146 106 0.21 0 0.27 0.43 106.5 0.16 0.49
Hex 73 92 6A 15 0 1B 2B 6A 10 31
Octal 163 222 152 25 0 33 53 152 20 61
Binary 1110011 10010010 1101010 10101 0 11011 101011 1101010 10000 110001

Color Harmonies of #73926A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73926A

Black with #73926A

Text Example


Text Example

White with #73926A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73926A; }

 p { color: rgb(115,146,106); }

 H1.HeaderClassName
 {
   color: #73926A;
 }
 .AnyTagClassName
 {
   color: #73926A;
 }
</style>

background-color css

<style>
 a { background-color: #73926A; }

 a { background-color: rgb(115,146,106); }

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

border-color css

<style>
 span { border-color: #73926A; }

 span { border-color: rgb(115,146,106); }

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