Html Css Color HEX #738A6F Xanadu

📋 copy color: '#738A6F'

red 115 ◦ green 138 ◦ blue 111

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

Shades of Xanadu #738A6F

Tints of Xanadu #738A6F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.91%

 BLUE value IS 111 (43.75% from 255) = 30.49%

R = 31.59%
G = 37.91%
B = 30.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#738A6F (or 0x738A6F) is known color: Xanadu. HEX triplet: 73, 8A and 6F. RGB value is (115,138,111). Sum of RGB (Red+Green+Blue) = 115+138+111=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 138 - color contains mainly: green. Hex color #738A6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738A6F is #8C7590. Grayscale: #808080. Windows color (decimal): -9205137 or 7309939. OLE color: 7309939.

HSL color Cylindrical-coordinate representation of color #738A6F: hue angle of 111.11º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #738A6F is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 115 138 111 -
CMYK 0.17 0 0.20 0.46
HSL 111.11º 0.11% 0.49% -
HSV(B) 111.11º 0.2% 0.54% -
XYZ 19.03 22.97 18.47 -
YUV 128.05 118.38 118.7 -
System Red Green Blue C M Y K H S L
Decimal 115 138 111 0.17 0 0.20 0.46 111.11 0.11 0.49
Hex 73 8A 6F 11 0 14 2E 6F B 31
Octal 163 212 157 21 0 24 56 157 13 61
Binary 1110011 10001010 1101111 10001 0 10100 101110 1101111 1011 110001

Color Harmonies of #738A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738A6F

Black with #738A6F

Text Example


Text Example

White with #738A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,138,111); }

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

background-color css

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

 a { background-color: rgb(115,138,111); }

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

border-color css

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

 span { border-color: rgb(115,138,111); }

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