Html Css Color HEX #75AA65 Amulet

📋 copy color: '#75AA65'

red 117 ◦ green 170 ◦ blue 101

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

Shades of Amulet #75AA65

Tints of Amulet #75AA65

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.81%

 BLUE value IS 101 (39.84% from 255) = 26.03%

R = 30.15%
G = 43.81%
B = 26.03%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#75AA65 (or 0x75AA65) is known color: Amulet. HEX triplet: 75, AA and 65. RGB value is (117,170,101). Sum of RGB (Red+Green+Blue) = 117+170+101=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #75AA65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AA65 is #8A559A. Grayscale: #929292. Windows color (decimal): -9065883 or 6662773. OLE color: 6662773.

HSL color Cylindrical-coordinate representation of color #75AA65: hue angle of 106.09º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75AA65 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 170 101 -
CMYK 0.31 0 0.41 0.33
HSL 106.09º 0.29% 0.53% -
HSV(B) 106.09º 0.41% 0.67% -
XYZ 24.06 33.47 17.5 -
YUV 146.29 102.44 107.11 -
System Red Green Blue C M Y K H S L
Decimal 117 170 101 0.31 0 0.41 0.33 106.09 0.29 0.53
Hex 75 AA 65 1F 0 29 21 6A 1D 35
Octal 165 252 145 37 0 51 41 152 35 65
Binary 1110101 10101010 1100101 11111 0 101001 100001 1101010 11101 110101

Color Harmonies of #75AA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AA65

Black with #75AA65

Text Example


Text Example

White with #75AA65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,170,101); }

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

background-color css

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

 a { background-color: rgb(117,170,101); }

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

border-color css

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

 span { border-color: rgb(117,170,101); }

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