Html Css Color HEX #738B6E Xanadu

📋 copy color: '#738B6E'

red 115 ◦ green 139 ◦ blue 110

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

Shades of Xanadu #738B6E

Tints of Xanadu #738B6E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.19%

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

R = 31.59%
G = 38.19%
B = 30.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#738B6E (or 0x738B6E) is known color: Xanadu. HEX triplet: 73, 8B and 6E. RGB value is (115,139,110). Sum of RGB (Red+Green+Blue) = 115+139+110=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 139 - color contains mainly: green. Hex color #738B6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738B6E is #8C7491. Grayscale: #808080. Windows color (decimal): -9204882 or 7244659. OLE color: 7244659.

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

Color convert

RGB 115 139 110 -
CMYK 0.17 0 0.21 0.45
HSL 109.66º 0.12% 0.49% -
HSV(B) 109.66º 0.21% 0.55% -
XYZ 19.12 23.24 18.23 -
YUV 128.52 117.55 118.36 -
System Red Green Blue C M Y K H S L
Decimal 115 139 110 0.17 0 0.21 0.45 109.66 0.12 0.49
Hex 73 8B 6E 11 0 15 2D 6E C 31
Octal 163 213 156 21 0 25 55 156 14 61
Binary 1110011 10001011 1101110 10001 0 10101 101101 1101110 1100 110001

Color Harmonies of #738B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738B6E

Black with #738B6E

Text Example


Text Example

White with #738B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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