Html Css Color HEX #74AD62 Amulet

📋 copy color: '#74AD62'

red 116 ◦ green 173 ◦ blue 98

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

Shades of Amulet #74AD62

Tints of Amulet #74AD62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.32%

R = 29.97%
G = 44.7%
B = 25.32%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#74AD62 (or 0x74AD62) is known color: Amulet. HEX triplet: 74, AD and 62. RGB value is (116,173,98). Sum of RGB (Red+Green+Blue) = 116+173+98=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 98 (38.67% from 255 or 25.32% from 387); Max value from RGB is 173 - color contains mainly: green. Hex color #74AD62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AD62 is #8B529D. Grayscale: #939393. Windows color (decimal): -9130654 or 6466932. OLE color: 6466932.

HSL color Cylindrical-coordinate representation of color #74AD62: hue angle of 105.6º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74AD62 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 173 98 -
CMYK 0.33 0 0.43 0.32
HSL 105.6º 0.31% 0.53% -
HSV(B) 105.6º 0.43% 0.68% -
XYZ 24.35 34.48 16.93 -
YUV 147.41 100.12 105.6 -
System Red Green Blue C M Y K H S L
Decimal 116 173 98 0.33 0 0.43 0.32 105.6 0.31 0.53
Hex 74 AD 62 21 0 2B 20 6A 1F 35
Octal 164 255 142 41 0 53 40 152 37 65
Binary 1110100 10101101 1100010 100001 0 101011 100000 1101010 11111 110101

Color Harmonies of #74AD62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AD62

Black with #74AD62

Text Example


Text Example

White with #74AD62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,173,98); }

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

background-color css

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

 a { background-color: rgb(116,173,98); }

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

border-color css

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

 span { border-color: rgb(116,173,98); }

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