Html Css Color HEX #759770 Amulet

📋 copy color: '#759770'

red 117 ◦ green 151 ◦ blue 112

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

Shades of Amulet #759770

Tints of Amulet #759770

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.74%

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

R = 30.79%
G = 39.74%
B = 29.47%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#759770 (or 0x759770) is known color: Amulet. HEX triplet: 75, 97 and 70. RGB value is (117,151,112). Sum of RGB (Red+Green+Blue) = 117+151+112=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 151 (59.38% from 255 or 39.74% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 151 - color contains mainly: green. Hex color #759770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759770 is #8A688F. Grayscale: #888888. Windows color (decimal): -9070736 or 7378805. OLE color: 7378805.

HSL color Cylindrical-coordinate representation of color #759770: hue angle of 112.31º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #759770 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 151 112 -
CMYK 0.23 0 0.26 0.41
HSL 112.31º 0.16% 0.52% -
HSV(B) 112.31º 0.26% 0.59% -
XYZ 21.33 27.08 19.43 -
YUV 136.39 114.24 114.17 -
System Red Green Blue C M Y K H S L
Decimal 117 151 112 0.23 0 0.26 0.41 112.31 0.16 0.52
Hex 75 97 70 17 0 1A 29 70 10 34
Octal 165 227 160 27 0 32 51 160 20 64
Binary 1110101 10010111 1110000 10111 0 11010 101001 1110000 10000 110100

Color Harmonies of #759770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759770

Black with #759770

Text Example


Text Example

White with #759770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759770; }

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

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

background-color css

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

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

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

border-color css

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

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

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