Html Css Color HEX #749F70 Amulet

📋 copy color: '#749F70'

red 116 ◦ green 159 ◦ blue 112

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

Shades of Amulet #749F70

Tints of Amulet #749F70

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.09%

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

R = 29.97%
G = 41.09%
B = 28.94%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#749F70 (or 0x749F70) is known color: Amulet. HEX triplet: 74, 9F and 70. RGB value is (116,159,112). Sum of RGB (Red+Green+Blue) = 116+159+112=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 159 - color contains mainly: green. Hex color #749F70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749F70 is #8B608F. Grayscale: #8C8C8C. Windows color (decimal): -9134224 or 7380852. OLE color: 7380852.

HSL color Cylindrical-coordinate representation of color #749F70: hue angle of 114.89º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #749F70 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 159 112 -
CMYK 0.27 0 0.30 0.38
HSL 114.89º 0.2% 0.53% -
HSV(B) 114.89º 0.3% 0.62% -
XYZ 22.53 29.68 19.87 -
YUV 140.79 111.75 110.32 -
System Red Green Blue C M Y K H S L
Decimal 116 159 112 0.27 0 0.30 0.38 114.89 0.2 0.53
Hex 74 9F 70 1B 0 1E 26 73 14 35
Octal 164 237 160 33 0 36 46 163 24 65
Binary 1110100 10011111 1110000 11011 0 11110 100110 1110011 10100 110101

Color Harmonies of #749F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749F70

Black with #749F70

Text Example


Text Example

White with #749F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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