Html Css Color HEX #74A563 Amulet

📋 copy color: '#74A563'

red 116 ◦ green 165 ◦ blue 99

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

Shades of Amulet #74A563

Tints of Amulet #74A563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 26.05%

R = 30.53%
G = 43.42%
B = 26.05%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#74A563 (or 0x74A563) is known color: Amulet. HEX triplet: 74, A5 and 63. RGB value is (116,165,99). Sum of RGB (Red+Green+Blue) = 116+165+99=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 165 - color contains mainly: green. Hex color #74A563 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A563 is #8B5A9C. Grayscale: #8F8F8F. Windows color (decimal): -9132701 or 6530420. OLE color: 6530420.

HSL color Cylindrical-coordinate representation of color #74A563: hue angle of 104.55º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74A563 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 116 165 99 -
CMYK 0.30 0 0.40 0.35
HSL 104.55º 0.27% 0.52% -
HSV(B) 104.55º 0.4% 0.65% -
XYZ 22.91 31.52 16.68 -
YUV 142.83 103.27 108.87 -
System Red Green Blue C M Y K H S L
Decimal 116 165 99 0.30 0 0.40 0.35 104.55 0.27 0.52
Hex 74 A5 63 1E 0 28 23 69 1B 34
Octal 164 245 143 36 0 50 43 151 33 64
Binary 1110100 10100101 1100011 11110 0 101000 100011 1101001 11011 110100

Color Harmonies of #74A563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A563

Black with #74A563

Text Example


Text Example

White with #74A563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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