Html Css Color HEX #749A6F Amulet

📋 copy color: '#749A6F'

red 116 ◦ green 154 ◦ blue 111

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

Shades of Amulet #749A6F

Tints of Amulet #749A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.13%

R = 30.45%
G = 40.42%
B = 29.13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.28

 K value IS 0.40

RGB Variations

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

Color information

#749A6F (or 0x749A6F) is known color: Amulet. HEX triplet: 74, 9A and 6F. RGB value is (116,154,111). Sum of RGB (Red+Green+Blue) = 116+154+111=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 154 - color contains mainly: green. Hex color #749A6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749A6F is #8B6590. Grayscale: #898989. Windows color (decimal): -9135505 or 7314036. OLE color: 7314036.

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

Color convert

RGB 116 154 111 -
CMYK 0.25 0 0.28 0.40
HSL 113.02º 0.18% 0.52% -
HSV(B) 113.02º 0.28% 0.6% -
XYZ 21.63 27.97 19.3 -
YUV 137.74 112.91 112.5 -
System Red Green Blue C M Y K H S L
Decimal 116 154 111 0.25 0 0.28 0.40 113.02 0.18 0.52
Hex 74 9A 6F 19 0 1C 28 71 12 34
Octal 164 232 157 31 0 34 50 161 22 64
Binary 1110100 10011010 1101111 11001 0 11100 101000 1110001 10010 110100

Color Harmonies of #749A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749A6F

Black with #749A6F

Text Example


Text Example

White with #749A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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