Html Css Color HEX #73936E Xanadu

📋 copy color: '#73936E'

red 115 ◦ green 147 ◦ blue 110

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

Shades of Xanadu #73936E

Tints of Xanadu #73936E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.52%

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

R = 30.91%
G = 39.52%
B = 29.57%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#73936E (or 0x73936E) is known color: Xanadu. HEX triplet: 73, 93 and 6E. RGB value is (115,147,110). Sum of RGB (Red+Green+Blue) = 115+147+110=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 110 (43.36% from 255 or 29.57% from 372); Max value from RGB is 147 - color contains mainly: green. Hex color #73936E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73936E is #8C6C91. Grayscale: #858585. Windows color (decimal): -9202834 or 7246707. OLE color: 7246707.

HSL color Cylindrical-coordinate representation of color #73936E: hue angle of 111.89º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #73936E is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 147 110 -
CMYK 0.22 0 0.25 0.42
HSL 111.89º 0.15% 0.5% -
HSV(B) 111.89º 0.25% 0.58% -
XYZ 20.32 25.64 18.63 -
YUV 133.21 114.9 115.01 -
System Red Green Blue C M Y K H S L
Decimal 115 147 110 0.22 0 0.25 0.42 111.89 0.15 0.5
Hex 73 93 6E 16 0 19 2A 70 F 32
Octal 163 223 156 26 0 31 52 160 17 62
Binary 1110011 10010011 1101110 10110 0 11001 101010 1110000 1111 110010

Color Harmonies of #73936E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73936E

Black with #73936E

Text Example


Text Example

White with #73936E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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