Html Css Color HEX #74AA72 Amulet

📋 copy color: '#74AA72'

red 116 ◦ green 170 ◦ blue 114

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

Shades of Amulet #74AA72

Tints of Amulet #74AA72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.5%

R = 29%
G = 42.5%
B = 28.5%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#74AA72 (or 0x74AA72) is known color: Amulet. HEX triplet: 74, AA and 72. RGB value is (116,170,114). Sum of RGB (Red+Green+Blue) = 116+170+114=400 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 170 - color contains mainly: green. Hex color #74AA72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AA72 is #8B558D. Grayscale: #939393. Windows color (decimal): -9131406 or 7514740. OLE color: 7514740.

HSL color Cylindrical-coordinate representation of color #74AA72: hue angle of 117.86º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74AA72 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 170 114 -
CMYK 0.32 0 0.33 0.33
HSL 117.86º 0.25% 0.56% -
HSV(B) 117.86º 0.33% 0.67% -
XYZ 24.61 33.68 21.12 -
YUV 147.47 109.11 105.55 -
System Red Green Blue C M Y K H S L
Decimal 116 170 114 0.32 0 0.33 0.33 117.86 0.25 0.56
Hex 74 AA 72 20 0 21 21 76 19 38
Octal 164 252 162 40 0 41 41 166 31 70
Binary 1110100 10101010 1110010 100000 0 100001 100001 1110110 11001 111000

Color Harmonies of #74AA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AA72

Black with #74AA72

Text Example


Text Example

White with #74AA72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,170,114); }

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

background-color css

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

 a { background-color: rgb(116,170,114); }

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

border-color css

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

 span { border-color: rgb(116,170,114); }

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