Html Css Color HEX #73936B Xanadu

📋 copy color: '#73936B'

red 115 ◦ green 147 ◦ blue 107

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

Shades of Xanadu #73936B

Tints of Xanadu #73936B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29%

R = 31.17%
G = 39.84%
B = 29%

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

#73936B (or 0x73936B) is known color: Xanadu. HEX triplet: 73, 93 and 6B. RGB value is (115,147,107). Sum of RGB (Red+Green+Blue) = 115+147+107=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 147 (57.81% from 255 or 39.84% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 147 - color contains mainly: green. Hex color #73936B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73936B is #8C6C94. Grayscale: #858585. Windows color (decimal): -9202837 or 7050099. OLE color: 7050099.

HSL color Cylindrical-coordinate representation of color #73936B: hue angle of 108º degrees, saturation: 0.16, 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 #73936B is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 147 107 -
CMYK 0.22 0 0.27 0.42
HSL 108º 0.16% 0.5% -
HSV(B) 108º 0.27% 0.58% -
XYZ 20.16 25.57 17.78 -
YUV 132.87 113.4 115.25 -
System Red Green Blue C M Y K H S L
Decimal 115 147 107 0.22 0 0.27 0.42 108 0.16 0.5
Hex 73 93 6B 16 0 1B 2A 6C 10 32
Octal 163 223 153 26 0 33 52 154 20 62
Binary 1110011 10010011 1101011 10110 0 11011 101010 1101100 10000 110010

Color Harmonies of #73936B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73936B

Black with #73936B

Text Example


Text Example

White with #73936B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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