Html Css Color HEX #74AD6B Amulet

📋 copy color: '#74AD6B'

red 116 ◦ green 173 ◦ blue 107

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

Shades of Amulet #74AD6B

Tints of Amulet #74AD6B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.69%

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

R = 29.29%
G = 43.69%
B = 27.02%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#74AD6B (or 0x74AD6B) is known color: Amulet. HEX triplet: 74, AD and 6B. RGB value is (116,173,107). Sum of RGB (Red+Green+Blue) = 116+173+107=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 173 - color contains mainly: green. Hex color #74AD6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74AD6B is #8B5294. Grayscale: #949494. Windows color (decimal): -9130645 or 7056756. OLE color: 7056756.

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

Color convert

RGB 116 173 107 -
CMYK 0.33 0 0.38 0.32
HSL 111.82º 0.29% 0.55% -
HSV(B) 111.82º 0.38% 0.68% -
XYZ 24.8 34.66 19.29 -
YUV 148.43 104.62 104.87 -
System Red Green Blue C M Y K H S L
Decimal 116 173 107 0.33 0 0.38 0.32 111.82 0.29 0.55
Hex 74 AD 6B 21 0 26 20 70 1D 37
Octal 164 255 153 41 0 46 40 160 35 67
Binary 1110100 10101101 1101011 100001 0 100110 100000 1110000 11101 110111

Color Harmonies of #74AD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AD6B

Black with #74AD6B

Text Example


Text Example

White with #74AD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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