Html Css Color HEX #75AD69 Amulet

📋 copy color: '#75AD69'

red 117 ◦ green 173 ◦ blue 105

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

Shades of Amulet #75AD69

Tints of Amulet #75AD69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.58%

R = 29.62%
G = 43.8%
B = 26.58%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#75AD69 (or 0x75AD69) is known color: Amulet. HEX triplet: 75, AD and 69. RGB value is (117,173,105). Sum of RGB (Red+Green+Blue) = 117+173+105=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 173 (67.97% from 255 or 43.80% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AD69 is #8A5296. Grayscale: #949494. Windows color (decimal): -9065111 or 6925685. OLE color: 6925685.

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

Color convert

RGB 117 173 105 -
CMYK 0.32 0 0.39 0.32
HSL 109.41º 0.29% 0.55% -
HSV(B) 109.41º 0.39% 0.68% -
XYZ 24.83 34.69 18.75 -
YUV 148.5 103.45 105.53 -
System Red Green Blue C M Y K H S L
Decimal 117 173 105 0.32 0 0.39 0.32 109.41 0.29 0.55
Hex 75 AD 69 20 0 27 20 6D 1D 37
Octal 165 255 151 40 0 47 40 155 35 67
Binary 1110101 10101101 1101001 100000 0 100111 100000 1101101 11101 110111

Color Harmonies of #75AD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AD69

Black with #75AD69

Text Example


Text Example

White with #75AD69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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