Html Css Color HEX #749A6B Amulet

📋 copy color: '#749A6B'

red 116 ◦ green 154 ◦ blue 107

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

Shades of Amulet #749A6B

Tints of Amulet #749A6B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.85%

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

R = 30.77%
G = 40.85%
B = 28.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#749A6B (or 0x749A6B) is known color: Amulet. HEX triplet: 74, 9A and 6B. RGB value is (116,154,107). Sum of RGB (Red+Green+Blue) = 116+154+107=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 154 - color contains mainly: green. Hex color #749A6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749A6B is #8B6594. Grayscale: #898989. Windows color (decimal): -9135509 or 7051892. OLE color: 7051892.

HSL color Cylindrical-coordinate representation of color #749A6B: hue angle of 108.51º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #749A6B is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 154 107 -
CMYK 0.25 0 0.31 0.40
HSL 108.51º 0.19% 0.51% -
HSV(B) 108.51º 0.31% 0.6% -
XYZ 21.41 27.89 18.16 -
YUV 137.28 110.91 112.82 -
System Red Green Blue C M Y K H S L
Decimal 116 154 107 0.25 0 0.31 0.40 108.51 0.19 0.51
Hex 74 9A 6B 19 0 1F 28 6D 13 33
Octal 164 232 153 31 0 37 50 155 23 63
Binary 1110100 10011010 1101011 11001 0 11111 101000 1101101 10011 110011

Color Harmonies of #749A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749A6B

Black with #749A6B

Text Example


Text Example

White with #749A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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