Html Css Color HEX #75A772 Amulet

📋 copy color: '#75A772'

red 117 ◦ green 167 ◦ blue 114

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

Shades of Amulet #75A772

Tints of Amulet #75A772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.64%

R = 29.4%
G = 41.96%
B = 28.64%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#75A772 (or 0x75A772) is known color: Amulet. HEX triplet: 75, A7 and 72. RGB value is (117,167,114). Sum of RGB (Red+Green+Blue) = 117+167+114=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 167 (65.62% from 255 or 41.96% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 167 - color contains mainly: green. Hex color #75A772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A772 is #8A588D. Grayscale: #929292. Windows color (decimal): -9066638 or 7513973. OLE color: 7513973.

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

Color convert

RGB 117 167 114 -
CMYK 0.30 0 0.32 0.35
HSL 116.6º 0.23% 0.55% -
HSV(B) 116.6º 0.32% 0.65% -
XYZ 24.19 32.63 20.94 -
YUV 146.01 109.94 107.31 -
System Red Green Blue C M Y K H S L
Decimal 117 167 114 0.30 0 0.32 0.35 116.6 0.23 0.55
Hex 75 A7 72 1E 0 20 23 75 17 37
Octal 165 247 162 36 0 40 43 165 27 67
Binary 1110101 10100111 1110010 11110 0 100000 100011 1110101 10111 110111

Color Harmonies of #75A772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A772

Black with #75A772

Text Example


Text Example

White with #75A772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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