Html Css Color HEX #759067 Xanadu

📋 copy color: '#759067'

red 117 ◦ green 144 ◦ blue 103

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

Shades of Xanadu #759067

Tints of Xanadu #759067

RGB

 RED value IS 117 (46.09% from 255) = 32.14%

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

 BLUE value IS 103 (40.63% from 255) = 28.3%

R = 32.14%
G = 39.56%
B = 28.3%

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

#759067 (or 0x759067) is known color: Xanadu. HEX triplet: 75, 90 and 67. RGB value is (117,144,103). Sum of RGB (Red+Green+Blue) = 117+144+103=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 144 - color contains mainly: green. Hex color #759067 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759067 is #8A6F98. Grayscale: #838383. Windows color (decimal): -9072537 or 6787189. OLE color: 6787189.

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

Color convert

RGB 117 144 103 -
CMYK 0.19 0 0.28 0.44
HSL 99.51º 0.17% 0.48% -
HSV(B) 99.51º 0.28% 0.56% -
XYZ 19.76 24.71 16.56 -
YUV 131.25 112.05 117.83 -
System Red Green Blue C M Y K H S L
Decimal 117 144 103 0.19 0 0.28 0.44 99.51 0.17 0.48
Hex 75 90 67 13 0 1C 2C 64 11 30
Octal 165 220 147 23 0 34 54 144 21 60
Binary 1110101 10010000 1100111 10011 0 11100 101100 1100100 10001 110000

Color Harmonies of #759067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759067

Black with #759067

Text Example


Text Example

White with #759067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759067; }

 p { color: rgb(117,144,103); }

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

background-color css

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

 a { background-color: rgb(117,144,103); }

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

border-color css

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

 span { border-color: rgb(117,144,103); }

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