Html Css Color HEX #74A568 Amulet

📋 copy color: '#74A568'

red 116 ◦ green 165 ◦ blue 104

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

Shades of Amulet #74A568

Tints of Amulet #74A568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.01%

R = 30.13%
G = 42.86%
B = 27.01%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#74A568 (or 0x74A568) is known color: Amulet. HEX triplet: 74, A5 and 68. RGB value is (116,165,104). Sum of RGB (Red+Green+Blue) = 116+165+104=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 165 - color contains mainly: green. Hex color #74A568 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A568 is #8B5A97. Grayscale: #8F8F8F. Windows color (decimal): -9132696 or 6858100. OLE color: 6858100.

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

Color convert

RGB 116 165 104 -
CMYK 0.30 0 0.37 0.35
HSL 108.2º 0.25% 0.53% -
HSV(B) 108.2º 0.37% 0.65% -
XYZ 23.16 31.62 17.98 -
YUV 143.4 105.77 108.46 -
System Red Green Blue C M Y K H S L
Decimal 116 165 104 0.30 0 0.37 0.35 108.2 0.25 0.53
Hex 74 A5 68 1E 0 25 23 6C 19 35
Octal 164 245 150 36 0 45 43 154 31 65
Binary 1110100 10100101 1101000 11110 0 100101 100011 1101100 11001 110101

Color Harmonies of #74A568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A568

Black with #74A568

Text Example


Text Example

White with #74A568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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