Html Css Color HEX #74AC62 Amulet

📋 copy color: '#74AC62'

red 116 ◦ green 172 ◦ blue 98

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

Shades of Amulet #74AC62

Tints of Amulet #74AC62

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.56%

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

R = 30.05%
G = 44.56%
B = 25.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#74AC62 (or 0x74AC62) is known color: Amulet. HEX triplet: 74, AC and 62. RGB value is (116,172,98). Sum of RGB (Red+Green+Blue) = 116+172+98=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 172 (67.58% from 255 or 44.56% from 386); Blue value is 98 (38.67% from 255 or 25.39% from 386); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AC62 is #8B539D. Grayscale: #939393. Windows color (decimal): -9130910 or 6466676. OLE color: 6466676.

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

Color convert

RGB 116 172 98 -
CMYK 0.33 0 0.43 0.33
HSL 105.41º 0.31% 0.53% -
HSV(B) 105.41º 0.43% 0.67% -
XYZ 24.16 34.1 16.86 -
YUV 146.82 100.45 106.02 -
System Red Green Blue C M Y K H S L
Decimal 116 172 98 0.33 0 0.43 0.33 105.41 0.31 0.53
Hex 74 AC 62 21 0 2B 21 69 1F 35
Octal 164 254 142 41 0 53 41 151 37 65
Binary 1110100 10101100 1100010 100001 0 101011 100001 1101001 11111 110101

Color Harmonies of #74AC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AC62

Black with #74AC62

Text Example


Text Example

White with #74AC62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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