Html Css Color HEX #75A872 Amulet

📋 copy color: '#75A872'

red 117 ◦ green 168 ◦ blue 114

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

Shades of Amulet #75A872

Tints of Amulet #75A872

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.11%

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

R = 29.32%
G = 42.11%
B = 28.57%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#75A872 (or 0x75A872) is known color: Amulet. HEX triplet: 75, A8 and 72. RGB value is (117,168,114). Sum of RGB (Red+Green+Blue) = 117+168+114=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 168 - color contains mainly: green. Hex color #75A872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A872 is #8A578D. Grayscale: #929292. Windows color (decimal): -9066382 or 7514229. OLE color: 7514229.

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

Color convert

RGB 117 168 114 -
CMYK 0.30 0 0.32 0.34
HSL 116.67º 0.24% 0.55% -
HSV(B) 116.67º 0.32% 0.66% -
XYZ 24.38 33 21 -
YUV 146.6 109.6 106.89 -
System Red Green Blue C M Y K H S L
Decimal 117 168 114 0.30 0 0.32 0.34 116.67 0.24 0.55
Hex 75 A8 72 1E 0 20 22 75 18 37
Octal 165 250 162 36 0 40 42 165 30 67
Binary 1110101 10101000 1110010 11110 0 100000 100010 1110101 11000 110111

Color Harmonies of #75A872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A872

Black with #75A872

Text Example


Text Example

White with #75A872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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