Html Css Color HEX #749068 Xanadu

📋 copy color: '#749068'

red 116 ◦ green 144 ◦ blue 104

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

Shades of Xanadu #749068

Tints of Xanadu #749068

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.56%

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

R = 31.87%
G = 39.56%
B = 28.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#749068 (or 0x749068) is known color: Xanadu. HEX triplet: 74, 90 and 68. RGB value is (116,144,104). Sum of RGB (Red+Green+Blue) = 116+144+104=364 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.87% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 144 - color contains mainly: green. Hex color #749068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749068 is #8B6F97. Grayscale: #838383. Windows color (decimal): -9138072 or 6852724. OLE color: 6852724.

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

Color convert

RGB 116 144 104 -
CMYK 0.19 0 0.28 0.44
HSL 102º 0.16% 0.49% -
HSV(B) 102º 0.28% 0.56% -
XYZ 19.67 24.66 16.82 -
YUV 131.07 112.72 117.25 -
System Red Green Blue C M Y K H S L
Decimal 116 144 104 0.19 0 0.28 0.44 102 0.16 0.49
Hex 74 90 68 13 0 1C 2C 66 10 31
Octal 164 220 150 23 0 34 54 146 20 61
Binary 1110100 10010000 1101000 10011 0 11100 101100 1100110 10000 110001

Color Harmonies of #749068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749068

Black with #749068

Text Example


Text Example

White with #749068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749068; }

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

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

background-color css

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

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

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

border-color css

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

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

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