Html Css Color HEX #749C71 Amulet

📋 copy color: '#749C71'

red 116 ◦ green 156 ◦ blue 113

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

Shades of Amulet #749C71

Tints of Amulet #749C71

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.52%

 BLUE value IS 113 (44.53% from 255) = 29.35%

R = 30.13%
G = 40.52%
B = 29.35%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#749C71 (or 0x749C71) is known color: Amulet. HEX triplet: 74, 9C and 71. RGB value is (116,156,113). Sum of RGB (Red+Green+Blue) = 116+156+113=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 156 - color contains mainly: green. Hex color #749C71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749C71 is #8B638E. Grayscale: #8B8B8B. Windows color (decimal): -9134991 or 7445620. OLE color: 7445620.

HSL color Cylindrical-coordinate representation of color #749C71: hue angle of 115.81º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #749C71 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 156 113 -
CMYK 0.26 0 0.28 0.39
HSL 115.81º 0.18% 0.53% -
HSV(B) 115.81º 0.28% 0.61% -
XYZ 22.07 28.68 20 -
YUV 139.14 113.25 111.5 -
System Red Green Blue C M Y K H S L
Decimal 116 156 113 0.26 0 0.28 0.39 115.81 0.18 0.53
Hex 74 9C 71 1A 0 1C 27 74 12 35
Octal 164 234 161 32 0 34 47 164 22 65
Binary 1110100 10011100 1110001 11010 0 11100 100111 1110100 10010 110101

Color Harmonies of #749C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749C71

Black with #749C71

Text Example


Text Example

White with #749C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749C71; }

 p { color: rgb(116,156,113); }

 H1.HeaderClassName
 {
   color: #749C71;
 }
 .AnyTagClassName
 {
   color: #749C71;
 }
</style>

background-color css

<style>
 a { background-color: #749C71; }

 a { background-color: rgb(116,156,113); }

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

border-color css

<style>
 span { border-color: #749C71; }

 span { border-color: rgb(116,156,113); }

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