Html Css Color HEX #74A170 Amulet

📋 copy color: '#74A170'

red 116 ◦ green 161 ◦ blue 112

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

Shades of Amulet #74A170

Tints of Amulet #74A170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.79%

R = 29.82%
G = 41.39%
B = 28.79%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#74A170 (or 0x74A170) is known color: Amulet. HEX triplet: 74, A1 and 70. RGB value is (116,161,112). Sum of RGB (Red+Green+Blue) = 116+161+112=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 161 (63.28% from 255 or 41.39% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 161 - color contains mainly: green. Hex color #74A170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A170 is #8B5E8F. Grayscale: #8E8E8E. Windows color (decimal): -9133712 or 7381364. OLE color: 7381364.

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

Color convert

RGB 116 161 112 -
CMYK 0.28 0 0.30 0.37
HSL 115.1º 0.21% 0.54% -
HSV(B) 115.1º 0.3% 0.63% -
XYZ 22.87 30.37 19.99 -
YUV 141.96 111.09 109.48 -
System Red Green Blue C M Y K H S L
Decimal 116 161 112 0.28 0 0.30 0.37 115.1 0.21 0.54
Hex 74 A1 70 1C 0 1E 25 73 15 36
Octal 164 241 160 34 0 36 45 163 25 66
Binary 1110100 10100001 1110000 11100 0 11110 100101 1110011 10101 110110

Color Harmonies of #74A170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A170

Black with #74A170

Text Example


Text Example

White with #74A170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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