Html Css Color HEX #758969 Xanadu

📋 copy color: '#758969'

red 117 ◦ green 137 ◦ blue 105

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

Shades of Xanadu #758969

Tints of Xanadu #758969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.25%

R = 32.59%
G = 38.16%
B = 29.25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#758969 (or 0x758969) is known color: Xanadu. HEX triplet: 75, 89 and 69. RGB value is (117,137,105). Sum of RGB (Red+Green+Blue) = 117+137+105=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 137 - color contains mainly: green. Hex color #758969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758969 is #8A7696. Grayscale: #7F7F7F. Windows color (decimal): -9074327 or 6916469. OLE color: 6916469.

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

Color convert

RGB 117 137 105 -
CMYK 0.15 0 0.23 0.46
HSL 97.5º 0.13% 0.47% -
HSV(B) 97.5º 0.23% 0.54% -
XYZ 18.83 22.69 16.75 -
YUV 127.37 115.37 120.6 -
System Red Green Blue C M Y K H S L
Decimal 117 137 105 0.15 0 0.23 0.46 97.5 0.13 0.47
Hex 75 89 69 F 0 17 2E 62 D 2F
Octal 165 211 151 17 0 27 56 142 15 57
Binary 1110101 10001001 1101001 1111 0 10111 101110 1100010 1101 101111

Color Harmonies of #758969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758969

Black with #758969

Text Example


Text Example

White with #758969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758969; }

 p { color: rgb(117,137,105); }

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

background-color css

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

 a { background-color: rgb(117,137,105); }

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

border-color css

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

 span { border-color: rgb(117,137,105); }

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