Html Css Color HEX #74A46B Amulet

📋 copy color: '#74A46B'

red 116 ◦ green 164 ◦ blue 107

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

Shades of Amulet #74A46B

Tints of Amulet #74A46B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.38%

 BLUE value IS 107 (42.19% from 255) = 27.65%

R = 29.97%
G = 42.38%
B = 27.65%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#74A46B (or 0x74A46B) is known color: Amulet. HEX triplet: 74, A4 and 6B. RGB value is (116,164,107). Sum of RGB (Red+Green+Blue) = 116+164+107=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 164 - color contains mainly: green. Hex color #74A46B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A46B is #8B5B94. Grayscale: #8F8F8F. Windows color (decimal): -9132949 or 7054452. OLE color: 7054452.

HSL color Cylindrical-coordinate representation of color #74A46B: hue angle of 110.53º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74A46B is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 116 164 107 -
CMYK 0.29 0 0.35 0.36
HSL 110.53º 0.24% 0.53% -
HSV(B) 110.53º 0.35% 0.64% -
XYZ 23.13 31.33 18.74 -
YUV 143.15 107.6 108.63 -
System Red Green Blue C M Y K H S L
Decimal 116 164 107 0.29 0 0.35 0.36 110.53 0.24 0.53
Hex 74 A4 6B 1D 0 23 24 6F 18 35
Octal 164 244 153 35 0 43 44 157 30 65
Binary 1110100 10100100 1101011 11101 0 100011 100100 1101111 11000 110101

Color Harmonies of #74A46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A46B

Black with #74A46B

Text Example


Text Example

White with #74A46B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,164,107); }

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

background-color css

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

 a { background-color: rgb(116,164,107); }

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

border-color css

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

 span { border-color: rgb(116,164,107); }

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