Html Css Color HEX #749166 Xanadu

📋 copy color: '#749166'

red 116 ◦ green 145 ◦ blue 102

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

Shades of Xanadu #749166

Tints of Xanadu #749166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.1%

R = 31.96%
G = 39.94%
B = 28.1%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#749166 (or 0x749166) is known color: Xanadu. HEX triplet: 74, 91 and 66. RGB value is (116,145,102). Sum of RGB (Red+Green+Blue) = 116+145+102=363 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.96% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 145 - color contains mainly: green. Hex color #749166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749166 is #8B6E99. Grayscale: #838383. Windows color (decimal): -9137818 or 6721908. OLE color: 6721908.

HSL color Cylindrical-coordinate representation of color #749166: hue angle of 100.47º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #749166 is Cyan = 0.2, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 145 102 -
CMYK 0.2 0 0.30 0.43
HSL 100.47º 0.17% 0.48% -
HSV(B) 100.47º 0.3% 0.57% -
XYZ 19.73 24.92 16.34 -
YUV 131.43 111.39 117 -
System Red Green Blue C M Y K H S L
Decimal 116 145 102 0.2 0 0.30 0.43 100.47 0.17 0.48
Hex 74 91 66 14 0 1E 2B 64 11 30
Octal 164 221 146 24 0 36 53 144 21 60
Binary 1110100 10010001 1100110 10100 0 11110 101011 1100100 10001 110000

Color Harmonies of #749166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749166

Black with #749166

Text Example


Text Example

White with #749166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749166; }

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

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

background-color css

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

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

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

border-color css

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

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

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