Html Css Color HEX #74A56E Amulet

📋 copy color: '#74A56E'

red 116 ◦ green 165 ◦ blue 110

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

Shades of Amulet #74A56E

Tints of Amulet #74A56E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.2%

 BLUE value IS 110 (43.36% from 255) = 28.13%

R = 29.67%
G = 42.2%
B = 28.13%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#74A56E (or 0x74A56E) is known color: Amulet. HEX triplet: 74, A5 and 6E. RGB value is (116,165,110). Sum of RGB (Red+Green+Blue) = 116+165+110=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 165 - color contains mainly: green. Hex color #74A56E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A56E is #8B5A91. Grayscale: #909090. Windows color (decimal): -9132690 or 7251316. OLE color: 7251316.

HSL color Cylindrical-coordinate representation of color #74A56E: hue angle of 113.45º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74A56E is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 116 165 110 -
CMYK 0.30 0 0.33 0.35
HSL 113.45º 0.23% 0.54% -
HSV(B) 113.45º 0.33% 0.65% -
XYZ 23.47 31.75 19.64 -
YUV 144.08 108.77 107.97 -
System Red Green Blue C M Y K H S L
Decimal 116 165 110 0.30 0 0.33 0.35 113.45 0.23 0.54
Hex 74 A5 6E 1E 0 21 23 71 17 36
Octal 164 245 156 36 0 41 43 161 27 66
Binary 1110100 10100101 1101110 11110 0 100001 100011 1110001 10111 110110

Color Harmonies of #74A56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A56E

Black with #74A56E

Text Example


Text Example

White with #74A56E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,165,110); }

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

background-color css

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

 a { background-color: rgb(116,165,110); }

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

border-color css

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

 span { border-color: rgb(116,165,110); }

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