Html Css Color HEX #738D6D Xanadu

📋 copy color: '#738D6D'

red 115 ◦ green 141 ◦ blue 109

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

Shades of Xanadu #738D6D

Tints of Xanadu #738D6D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.63%

 BLUE value IS 109 (42.97% from 255) = 29.86%

R = 31.51%
G = 38.63%
B = 29.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#738D6D (or 0x738D6D) is known color: Xanadu. HEX triplet: 73, 8D and 6D. RGB value is (115,141,109). Sum of RGB (Red+Green+Blue) = 115+141+109=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 141 - color contains mainly: green. Hex color #738D6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738D6D is #8C7292. Grayscale: #818181. Windows color (decimal): -9204371 or 7179635. OLE color: 7179635.

HSL color Cylindrical-coordinate representation of color #738D6D: hue angle of 108.75º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #738D6D is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 141 109 -
CMYK 0.18 0 0.23 0.45
HSL 108.75º 0.13% 0.49% -
HSV(B) 108.75º 0.23% 0.55% -
XYZ 19.36 23.8 18.04 -
YUV 129.58 116.39 117.6 -
System Red Green Blue C M Y K H S L
Decimal 115 141 109 0.18 0 0.23 0.45 108.75 0.13 0.49
Hex 73 8D 6D 12 0 17 2D 6D D 31
Octal 163 215 155 22 0 27 55 155 15 61
Binary 1110011 10001101 1101101 10010 0 10111 101101 1101101 1101 110001

Color Harmonies of #738D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738D6D

Black with #738D6D

Text Example


Text Example

White with #738D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738D6D; }

 p { color: rgb(115,141,109); }

 H1.HeaderClassName
 {
   color: #738D6D;
 }
 .AnyTagClassName
 {
   color: #738D6D;
 }
</style>

background-color css

<style>
 a { background-color: #738D6D; }

 a { background-color: rgb(115,141,109); }

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

border-color css

<style>
 span { border-color: #738D6D; }

 span { border-color: rgb(115,141,109); }

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