Html Css Color HEX #749D70 Amulet

📋 copy color: '#749D70'

red 116 ◦ green 157 ◦ blue 112

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

Shades of Amulet #749D70

Tints of Amulet #749D70

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.78%

 BLUE value IS 112 (44.14% from 255) = 29.09%

R = 30.13%
G = 40.78%
B = 29.09%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#749D70 (or 0x749D70) is known color: Amulet. HEX triplet: 74, 9D and 70. RGB value is (116,157,112). Sum of RGB (Red+Green+Blue) = 116+157+112=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 157 - color contains mainly: green. Hex color #749D70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749D70 is #8B628F. Grayscale: #8B8B8B. Windows color (decimal): -9134736 or 7380340. OLE color: 7380340.

HSL color Cylindrical-coordinate representation of color #749D70: hue angle of 114.67º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #749D70 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 157 112 -
CMYK 0.26 0 0.29 0.38
HSL 114.67º 0.19% 0.53% -
HSV(B) 114.67º 0.29% 0.62% -
XYZ 22.18 29 19.76 -
YUV 139.61 112.42 111.16 -
System Red Green Blue C M Y K H S L
Decimal 116 157 112 0.26 0 0.29 0.38 114.67 0.19 0.53
Hex 74 9D 70 1A 0 1D 26 73 13 35
Octal 164 235 160 32 0 35 46 163 23 65
Binary 1110100 10011101 1110000 11010 0 11101 100110 1110011 10011 110101

Color Harmonies of #749D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749D70

Black with #749D70

Text Example


Text Example

White with #749D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,157,112); }

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

background-color css

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

 a { background-color: rgb(116,157,112); }

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

border-color css

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

 span { border-color: rgb(116,157,112); }

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