Html Css Color HEX #758970 Xanadu

📋 copy color: '#758970'

red 117 ◦ green 137 ◦ blue 112

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

Shades of Xanadu #758970

Tints of Xanadu #758970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.6%

R = 31.97%
G = 37.43%
B = 30.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#758970 (or 0x758970) is known color: Xanadu. HEX triplet: 75, 89 and 70. RGB value is (117,137,112). Sum of RGB (Red+Green+Blue) = 117+137+112=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 137 - color contains mainly: green. Hex color #758970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758970 is #8A768F. Grayscale: #808080. Windows color (decimal): -9074320 or 7375221. OLE color: 7375221.

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

Color convert

RGB 117 137 112 -
CMYK 0.15 0 0.18 0.46
HSL 108º 0.1% 0.49% -
HSV(B) 108º 0.18% 0.54% -
XYZ 19.21 22.84 18.73 -
YUV 128.17 118.87 120.03 -
System Red Green Blue C M Y K H S L
Decimal 117 137 112 0.15 0 0.18 0.46 108 0.1 0.49
Hex 75 89 70 F 0 12 2E 6C A 31
Octal 165 211 160 17 0 22 56 154 12 61
Binary 1110101 10001001 1110000 1111 0 10010 101110 1101100 1010 110001

Color Harmonies of #758970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758970

Black with #758970

Text Example


Text Example

White with #758970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758970; }

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

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

background-color css

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

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

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

border-color css

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

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

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