Html Css Color HEX #75A966 Amulet

📋 copy color: '#75A966'

red 117 ◦ green 169 ◦ blue 102

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

Shades of Amulet #75A966

Tints of Amulet #75A966

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.56%

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

R = 30.15%
G = 43.56%
B = 26.29%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#75A966 (or 0x75A966) is known color: Amulet. HEX triplet: 75, A9 and 66. RGB value is (117,169,102). Sum of RGB (Red+Green+Blue) = 117+169+102=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 169 (66.41% from 255 or 43.56% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 169 - color contains mainly: green. Hex color #75A966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A966 is #8A5699. Grayscale: #929292. Windows color (decimal): -9066138 or 6728053. OLE color: 6728053.

HSL color Cylindrical-coordinate representation of color #75A966: hue angle of 106.57º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75A966 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB 117 169 102 -
CMYK 0.31 0 0.40 0.34
HSL 106.57º 0.28% 0.53% -
HSV(B) 106.57º 0.4% 0.66% -
XYZ 23.92 33.12 17.7 -
YUV 145.81 103.27 107.45 -
System Red Green Blue C M Y K H S L
Decimal 117 169 102 0.31 0 0.40 0.34 106.57 0.28 0.53
Hex 75 A9 66 1F 0 28 22 6B 1C 35
Octal 165 251 146 37 0 50 42 153 34 65
Binary 1110101 10101001 1100110 11111 0 101000 100010 1101011 11100 110101

Color Harmonies of #75A966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A966

Black with #75A966

Text Example


Text Example

White with #75A966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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