Html Css Color HEX #73936C Xanadu

📋 copy color: '#73936C'

red 115 ◦ green 147 ◦ blue 108

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

Shades of Xanadu #73936C

Tints of Xanadu #73936C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.19%

R = 31.08%
G = 39.73%
B = 29.19%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#73936C (or 0x73936C) is known color: Xanadu. HEX triplet: 73, 93 and 6C. RGB value is (115,147,108). Sum of RGB (Red+Green+Blue) = 115+147+108=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 108 (42.58% from 255 or 29.19% from 370); Max value from RGB is 147 - color contains mainly: green. Hex color #73936C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73936C is #8C6C93. Grayscale: #858585. Windows color (decimal): -9202836 or 7115635. OLE color: 7115635.

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

Color convert

RGB 115 147 108 -
CMYK 0.22 0 0.27 0.42
HSL 109.23º 0.15% 0.5% -
HSV(B) 109.23º 0.27% 0.58% -
XYZ 20.21 25.59 18.06 -
YUV 132.99 113.9 115.17 -
System Red Green Blue C M Y K H S L
Decimal 115 147 108 0.22 0 0.27 0.42 109.23 0.15 0.5
Hex 73 93 6C 16 0 1B 2A 6D F 32
Octal 163 223 154 26 0 33 52 155 17 62
Binary 1110011 10010011 1101100 10110 0 11011 101010 1101101 1111 110010

Color Harmonies of #73936C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73936C

Black with #73936C

Text Example


Text Example

White with #73936C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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