Html Css Color HEX #75A770 Amulet

📋 copy color: '#75A770'

red 117 ◦ green 167 ◦ blue 112

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

Shades of Amulet #75A770

Tints of Amulet #75A770

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.17%

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

R = 29.55%
G = 42.17%
B = 28.28%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#75A770 (or 0x75A770) is known color: Amulet. HEX triplet: 75, A7 and 70. RGB value is (117,167,112). Sum of RGB (Red+Green+Blue) = 117+167+112=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 167 (65.62% from 255 or 42.17% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 167 - color contains mainly: green. Hex color #75A770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A770 is #8A588F. Grayscale: #919191. Windows color (decimal): -9066640 or 7382901. OLE color: 7382901.

HSL color Cylindrical-coordinate representation of color #75A770: hue angle of 114.55º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #75A770 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 167 112 -
CMYK 0.30 0 0.33 0.35
HSL 114.55º 0.24% 0.55% -
HSV(B) 114.55º 0.33% 0.65% -
XYZ 24.08 32.59 20.35 -
YUV 145.78 108.94 107.47 -
System Red Green Blue C M Y K H S L
Decimal 117 167 112 0.30 0 0.33 0.35 114.55 0.24 0.55
Hex 75 A7 70 1E 0 21 23 73 18 37
Octal 165 247 160 36 0 41 43 163 30 67
Binary 1110101 10100111 1110000 11110 0 100001 100011 1110011 11000 110111

Color Harmonies of #75A770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A770

Black with #75A770

Text Example


Text Example

White with #75A770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75A770; }

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

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

background-color css

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

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

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

border-color css

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

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

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