Html Css Color HEX #738E65 Xanadu

📋 copy color: '#738E65'

red 115 ◦ green 142 ◦ blue 101

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

Shades of Xanadu #738E65

Tints of Xanadu #738E65

RGB

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

 GREEN value IS 142 (55.86% from 255) = 39.66%

 BLUE value IS 101 (39.84% from 255) = 28.21%

R = 32.12%
G = 39.66%
B = 28.21%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#738E65 (or 0x738E65) is known color: Xanadu. HEX triplet: 73, 8E and 65. RGB value is (115,142,101). Sum of RGB (Red+Green+Blue) = 115+142+101=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 142 - color contains mainly: green. Hex color #738E65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738E65 is #8C719A. Grayscale: #818181. Windows color (decimal): -9204123 or 6655603. OLE color: 6655603.

HSL color Cylindrical-coordinate representation of color #738E65: hue angle of 99.51º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #738E65 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 142 101 -
CMYK 0.19 0 0.29 0.44
HSL 99.51º 0.17% 0.48% -
HSV(B) 99.51º 0.29% 0.56% -
XYZ 19.09 23.93 15.92 -
YUV 129.25 112.05 117.83 -
System Red Green Blue C M Y K H S L
Decimal 115 142 101 0.19 0 0.29 0.44 99.51 0.17 0.48
Hex 73 8E 65 13 0 1D 2C 64 11 30
Octal 163 216 145 23 0 35 54 144 21 60
Binary 1110011 10001110 1100101 10011 0 11101 101100 1100100 10001 110000

Color Harmonies of #738E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738E65

Black with #738E65

Text Example


Text Example

White with #738E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,142,101); }

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

background-color css

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

 a { background-color: rgb(115,142,101); }

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

border-color css

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

 span { border-color: rgb(115,142,101); }

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