Html Css Color HEX #758F70 Xanadu

📋 copy color: '#758F70'

red 117 ◦ green 143 ◦ blue 112

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

Shades of Xanadu #758F70

Tints of Xanadu #758F70

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.44%

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

R = 31.45%
G = 38.44%
B = 30.11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#758F70 (or 0x758F70) is known color: Xanadu. HEX triplet: 75, 8F and 70. RGB value is (117,143,112). Sum of RGB (Red+Green+Blue) = 117+143+112=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 143 - color contains mainly: green. Hex color #758F70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758F70 is #8A708F. Grayscale: #838383. Windows color (decimal): -9072784 or 7376757. OLE color: 7376757.

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

Color convert

RGB 117 143 112 -
CMYK 0.18 0 0.22 0.44
HSL 110.32º 0.12% 0.5% -
HSV(B) 110.32º 0.22% 0.56% -
XYZ 20.08 24.6 19.02 -
YUV 131.69 116.89 117.52 -
System Red Green Blue C M Y K H S L
Decimal 117 143 112 0.18 0 0.22 0.44 110.32 0.12 0.5
Hex 75 8F 70 12 0 16 2C 6E C 32
Octal 165 217 160 22 0 26 54 156 14 62
Binary 1110101 10001111 1110000 10010 0 10110 101100 1101110 1100 110010

Color Harmonies of #758F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758F70

Black with #758F70

Text Example


Text Example

White with #758F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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