Html Css Color HEX #738968 Xanadu

📋 copy color: '#738968'

red 115 ◦ green 137 ◦ blue 104

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

Shades of Xanadu #738968

Tints of Xanadu #738968

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.48%

 BLUE value IS 104 (41.02% from 255) = 29.21%

R = 32.3%
G = 38.48%
B = 29.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#738968 (or 0x738968) is known color: Xanadu. HEX triplet: 73, 89 and 68. RGB value is (115,137,104). Sum of RGB (Red+Green+Blue) = 115+137+104=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 137 - color contains mainly: green. Hex color #738968 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738968 is #8C7697. Grayscale: #7E7E7E. Windows color (decimal): -9205400 or 6850931. OLE color: 6850931.

HSL color Cylindrical-coordinate representation of color #738968: hue angle of 100º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #738968 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB 115 137 104 -
CMYK 0.16 0 0.24 0.46
HSL 100º 0.14% 0.47% -
HSV(B) 100º 0.24% 0.54% -
XYZ 18.51 22.54 16.47 -
YUV 126.66 115.21 119.68 -
System Red Green Blue C M Y K H S L
Decimal 115 137 104 0.16 0 0.24 0.46 100 0.14 0.47
Hex 73 89 68 10 0 18 2E 64 E 2F
Octal 163 211 150 20 0 30 56 144 16 57
Binary 1110011 10001001 1101000 10000 0 11000 101110 1100100 1110 101111

Color Harmonies of #738968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738968

Black with #738968

Text Example


Text Example

White with #738968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738968; }

 p { color: rgb(115,137,104); }

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

background-color css

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

 a { background-color: rgb(115,137,104); }

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

border-color css

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

 span { border-color: rgb(115,137,104); }

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