Html Css Color HEX #759471 Amulet

📋 copy color: '#759471'

red 117 ◦ green 148 ◦ blue 113

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

Shades of Amulet #759471

Tints of Amulet #759471

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.15%

 BLUE value IS 113 (44.53% from 255) = 29.89%

R = 30.95%
G = 39.15%
B = 29.89%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#759471 (or 0x759471) is known color: Amulet. HEX triplet: 75, 94 and 71. RGB value is (117,148,113). Sum of RGB (Red+Green+Blue) = 117+148+113=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 148 - color contains mainly: green. Hex color #759471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759471 is #8A6B8E. Grayscale: #868686. Windows color (decimal): -9071503 or 7443573. OLE color: 7443573.

HSL color Cylindrical-coordinate representation of color #759471: hue angle of 113.14º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #759471 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 148 113 -
CMYK 0.21 0 0.24 0.42
HSL 113.14º 0.14% 0.51% -
HSV(B) 113.14º 0.24% 0.58% -
XYZ 20.91 26.15 19.57 -
YUV 134.74 115.73 115.35 -
System Red Green Blue C M Y K H S L
Decimal 117 148 113 0.21 0 0.24 0.42 113.14 0.14 0.51
Hex 75 94 71 15 0 18 2A 71 E 33
Octal 165 224 161 25 0 30 52 161 16 63
Binary 1110101 10010100 1110001 10101 0 11000 101010 1110001 1110 110011

Color Harmonies of #759471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759471

Black with #759471

Text Example


Text Example

White with #759471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759471; }

 p { color: rgb(117,148,113); }

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

background-color css

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

 a { background-color: rgb(117,148,113); }

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

border-color css

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

 span { border-color: rgb(117,148,113); }

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