Html Css Color HEX #749168 Xanadu

📋 copy color: '#749168'

red 116 ◦ green 145 ◦ blue 104

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

Shades of Xanadu #749168

Tints of Xanadu #749168

RGB

 RED value IS 116 (45.7% from 255) = 31.78%

 GREEN value IS 145 (57.03% from 255) = 39.73%

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

R = 31.78%
G = 39.73%
B = 28.49%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#749168 (or 0x749168) is known color: Xanadu. HEX triplet: 74, 91 and 68. RGB value is (116,145,104). Sum of RGB (Red+Green+Blue) = 116+145+104=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 145 (57.03% from 255 or 39.73% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 145 - color contains mainly: green. Hex color #749168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749168 is #8B6E97. Grayscale: #838383. Windows color (decimal): -9137816 or 6852980. OLE color: 6852980.

HSL color Cylindrical-coordinate representation of color #749168: hue angle of 102.44º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #749168 is Cyan = 0.2, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 145 104 -
CMYK 0.2 0 0.28 0.43
HSL 102.44º 0.16% 0.49% -
HSV(B) 102.44º 0.28% 0.57% -
XYZ 19.83 24.96 16.87 -
YUV 131.66 112.39 116.83 -
System Red Green Blue C M Y K H S L
Decimal 116 145 104 0.2 0 0.28 0.43 102.44 0.16 0.49
Hex 74 91 68 14 0 1C 2B 66 10 31
Octal 164 221 150 24 0 34 53 146 20 61
Binary 1110100 10010001 1101000 10100 0 11100 101011 1100110 10000 110001

Color Harmonies of #749168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749168

Black with #749168

Text Example


Text Example

White with #749168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749168; }

 p { color: rgb(116,145,104); }

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

background-color css

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

 a { background-color: rgb(116,145,104); }

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

border-color css

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

 span { border-color: rgb(116,145,104); }

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