Html Css Color HEX #749570 Amulet

📋 copy color: '#749570'

red 116 ◦ green 149 ◦ blue 112

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

Shades of Amulet #749570

Tints of Amulet #749570

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.52%

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

R = 30.77%
G = 39.52%
B = 29.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#749570 (or 0x749570) is known color: Amulet. HEX triplet: 74, 95 and 70. RGB value is (116,149,112). Sum of RGB (Red+Green+Blue) = 116+149+112=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 149 - color contains mainly: green. Hex color #749570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749570 is #8B6A8F. Grayscale: #878787. Windows color (decimal): -9136784 or 7378292. OLE color: 7378292.

HSL color Cylindrical-coordinate representation of color #749570: hue angle of 113.51º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #749570 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 149 112 -
CMYK 0.22 0 0.25 0.42
HSL 113.51º 0.15% 0.51% -
HSV(B) 113.51º 0.25% 0.58% -
XYZ 20.87 26.38 19.32 -
YUV 134.92 115.07 114.51 -
System Red Green Blue C M Y K H S L
Decimal 116 149 112 0.22 0 0.25 0.42 113.51 0.15 0.51
Hex 74 95 70 16 0 19 2A 72 F 33
Octal 164 225 160 26 0 31 52 162 17 63
Binary 1110100 10010101 1110000 10110 0 11001 101010 1110010 1111 110011

Color Harmonies of #749570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749570

Black with #749570

Text Example


Text Example

White with #749570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749570; }

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

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

background-color css

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

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

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

border-color css

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

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

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