Html Css Color HEX #75AD6C Amulet

📋 copy color: '#75AD6C'

red 117 ◦ green 173 ◦ blue 108

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

Shades of Amulet #75AD6C

Tints of Amulet #75AD6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.14%

R = 29.4%
G = 43.47%
B = 27.14%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#75AD6C (or 0x75AD6C) is known color: Amulet. HEX triplet: 75, AD and 6C. RGB value is (117,173,108). Sum of RGB (Red+Green+Blue) = 117+173+108=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AD6C is #8A5293. Grayscale: #959595. Windows color (decimal): -9065108 or 7122293. OLE color: 7122293.

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

Color convert

RGB 117 173 108 -
CMYK 0.32 0 0.38 0.32
HSL 111.69º 0.28% 0.55% -
HSV(B) 111.69º 0.38% 0.68% -
XYZ 24.99 34.75 19.58 -
YUV 148.85 104.95 105.29 -
System Red Green Blue C M Y K H S L
Decimal 117 173 108 0.32 0 0.38 0.32 111.69 0.28 0.55
Hex 75 AD 6C 20 0 26 20 70 1C 37
Octal 165 255 154 40 0 46 40 160 34 67
Binary 1110101 10101101 1101100 100000 0 100110 100000 1110000 11100 110111

Color Harmonies of #75AD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AD6C

Black with #75AD6C

Text Example


Text Example

White with #75AD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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