Html Css Color HEX #74AE66 Amulet

📋 copy color: '#74AE66'

red 116 ◦ green 174 ◦ blue 102

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

Shades of Amulet #74AE66

Tints of Amulet #74AE66

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.39%

 BLUE value IS 102 (40.23% from 255) = 26.02%

R = 29.59%
G = 44.39%
B = 26.02%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#74AE66 (or 0x74AE66) is known color: Amulet. HEX triplet: 74, AE and 66. RGB value is (116,174,102). Sum of RGB (Red+Green+Blue) = 116+174+102=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 174 (68.36% from 255 or 44.39% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 174 - color contains mainly: green. Hex color #74AE66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AE66 is #8B5199. Grayscale: #949494. Windows color (decimal): -9130394 or 6729332. OLE color: 6729332.

HSL color Cylindrical-coordinate representation of color #74AE66: hue angle of 108.33º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74AE66 is Cyan = 0.33, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 174 102 -
CMYK 0.33 0 0.41 0.32
HSL 108.33º 0.31% 0.54% -
HSV(B) 108.33º 0.41% 0.68% -
XYZ 24.74 34.94 18.01 -
YUV 148.45 101.78 104.85 -
System Red Green Blue C M Y K H S L
Decimal 116 174 102 0.33 0 0.41 0.32 108.33 0.31 0.54
Hex 74 AE 66 21 0 29 20 6C 1F 36
Octal 164 256 146 41 0 51 40 154 37 66
Binary 1110100 10101110 1100110 100001 0 101001 100000 1101100 11111 110110

Color Harmonies of #74AE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AE66

Black with #74AE66

Text Example


Text Example

White with #74AE66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,174,102); }

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

background-color css

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

 a { background-color: rgb(116,174,102); }

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

border-color css

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

 span { border-color: rgb(116,174,102); }

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