Html Css Color HEX #758E6D Xanadu

📋 copy color: '#758E6D'

red 117 ◦ green 142 ◦ blue 109

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

Shades of Xanadu #758E6D

Tints of Xanadu #758E6D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.59%

 BLUE value IS 109 (42.97% from 255) = 29.62%

R = 31.79%
G = 38.59%
B = 29.62%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#758E6D (or 0x758E6D) is known color: Xanadu. HEX triplet: 75, 8E and 6D. RGB value is (117,142,109). Sum of RGB (Red+Green+Blue) = 117+142+109=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 142 - color contains mainly: green. Hex color #758E6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758E6D is #8A7192. Grayscale: #828282. Windows color (decimal): -9073043 or 7179893. OLE color: 7179893.

HSL color Cylindrical-coordinate representation of color #758E6D: hue angle of 105.45º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #758E6D is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 142 109 -
CMYK 0.18 0 0.23 0.44
HSL 105.45º 0.13% 0.49% -
HSV(B) 105.45º 0.23% 0.56% -
XYZ 19.77 24.23 18.1 -
YUV 130.76 115.72 118.18 -
System Red Green Blue C M Y K H S L
Decimal 117 142 109 0.18 0 0.23 0.44 105.45 0.13 0.49
Hex 75 8E 6D 12 0 17 2C 69 D 31
Octal 165 216 155 22 0 27 54 151 15 61
Binary 1110101 10001110 1101101 10010 0 10111 101100 1101001 1101 110001

Color Harmonies of #758E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758E6D

Black with #758E6D

Text Example


Text Example

White with #758E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758E6D; }

 p { color: rgb(117,142,109); }

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

background-color css

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

 a { background-color: rgb(117,142,109); }

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

border-color css

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

 span { border-color: rgb(117,142,109); }

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