Html Css Color HEX #74A66A Amulet

📋 copy color: '#74A66A'

red 116 ◦ green 166 ◦ blue 106

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

Shades of Amulet #74A66A

Tints of Amulet #74A66A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.78%

 BLUE value IS 106 (41.8% from 255) = 27.32%

R = 29.9%
G = 42.78%
B = 27.32%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#74A66A (or 0x74A66A) is known color: Amulet. HEX triplet: 74, A6 and 6A. RGB value is (116,166,106). Sum of RGB (Red+Green+Blue) = 116+166+106=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 166 - color contains mainly: green. Hex color #74A66A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74A66A is #8B5995. Grayscale: #909090. Windows color (decimal): -9132438 or 6989428. OLE color: 6989428.

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

Color convert

RGB 116 166 106 -
CMYK 0.30 0 0.36 0.35
HSL 110º 0.25% 0.53% -
HSV(B) 110º 0.36% 0.65% -
XYZ 23.44 32.03 18.58 -
YUV 144.21 106.44 107.88 -
System Red Green Blue C M Y K H S L
Decimal 116 166 106 0.30 0 0.36 0.35 110 0.25 0.53
Hex 74 A6 6A 1E 0 24 23 6E 19 35
Octal 164 246 152 36 0 44 43 156 31 65
Binary 1110100 10100110 1101010 11110 0 100100 100011 1101110 11001 110101

Color Harmonies of #74A66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A66A

Black with #74A66A

Text Example


Text Example

White with #74A66A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,166,106); }

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

background-color css

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

 a { background-color: rgb(116,166,106); }

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

border-color css

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

 span { border-color: rgb(116,166,106); }

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