Html Css Color HEX #74A173 Amulet

📋 copy color: '#74A173'

red 116 ◦ green 161 ◦ blue 115

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

Shades of Amulet #74A173

Tints of Amulet #74A173

RGB

 RED value IS 116 (45.7% from 255) = 29.59%

 GREEN value IS 161 (63.28% from 255) = 41.07%

 BLUE value IS 115 (45.31% from 255) = 29.34%

R = 29.59%
G = 41.07%
B = 29.34%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#74A173 (or 0x74A173) is known color: Amulet. HEX triplet: 74, A1 and 73. RGB value is (116,161,115). Sum of RGB (Red+Green+Blue) = 116+161+115=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 161 (63.28% from 255 or 41.07% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 161 - color contains mainly: green. Hex color #74A173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A173 is #8B5E8C. Grayscale: #8E8E8E. Windows color (decimal): -9133709 or 7577972. OLE color: 7577972.

HSL color Cylindrical-coordinate representation of color #74A173: hue angle of 118.7º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #74A173 is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 116 161 115 -
CMYK 0.28 0 0.29 0.37
HSL 118.7º 0.2% 0.54% -
HSV(B) 118.7º 0.29% 0.63% -
XYZ 23.04 30.44 20.88 -
YUV 142.3 112.59 109.24 -
System Red Green Blue C M Y K H S L
Decimal 116 161 115 0.28 0 0.29 0.37 118.7 0.2 0.54
Hex 74 A1 73 1C 0 1D 25 77 14 36
Octal 164 241 163 34 0 35 45 167 24 66
Binary 1110100 10100001 1110011 11100 0 11101 100101 1110111 10100 110110

Color Harmonies of #74A173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A173

Black with #74A173

Text Example


Text Example

White with #74A173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74A173; }

 p { color: rgb(116,161,115); }

 H1.HeaderClassName
 {
   color: #74A173;
 }
 .AnyTagClassName
 {
   color: #74A173;
 }
</style>

background-color css

<style>
 a { background-color: #74A173; }

 a { background-color: rgb(116,161,115); }

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

border-color css

<style>
 span { border-color: #74A173; }

 span { border-color: rgb(116,161,115); }

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