Html Css Color HEX #75AD66 Amulet

📋 copy color: '#75AD66'

red 117 ◦ green 173 ◦ blue 102

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

Shades of Amulet #75AD66

Tints of Amulet #75AD66

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.13%

 BLUE value IS 102 (40.23% from 255) = 26.02%

R = 29.85%
G = 44.13%
B = 26.02%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#75AD66 (or 0x75AD66) is known color: Amulet. HEX triplet: 75, AD and 66. RGB value is (117,173,102). Sum of RGB (Red+Green+Blue) = 117+173+102=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AD66 is #8A5299. Grayscale: #949494. Windows color (decimal): -9065114 or 6729077. OLE color: 6729077.

HSL color Cylindrical-coordinate representation of color #75AD66: hue angle of 107.32º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75AD66 is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 173 102 -
CMYK 0.32 0 0.41 0.32
HSL 107.32º 0.3% 0.54% -
HSV(B) 107.32º 0.41% 0.68% -
XYZ 24.68 34.63 17.95 -
YUV 148.16 101.95 105.77 -
System Red Green Blue C M Y K H S L
Decimal 117 173 102 0.32 0 0.41 0.32 107.32 0.3 0.54
Hex 75 AD 66 20 0 29 20 6B 1E 36
Octal 165 255 146 40 0 51 40 153 36 66
Binary 1110101 10101101 1100110 100000 0 101001 100000 1101011 11110 110110

Color Harmonies of #75AD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AD66

Black with #75AD66

Text Example


Text Example

White with #75AD66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,173,102); }

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

background-color css

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

 a { background-color: rgb(117,173,102); }

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

border-color css

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

 span { border-color: rgb(117,173,102); }

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