Html Css Color HEX #749A6D Amulet

📋 copy color: '#749A6D'

red 116 ◦ green 154 ◦ blue 109

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

Shades of Amulet #749A6D

Tints of Amulet #749A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.76%

R = 30.61%
G = 40.63%
B = 28.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#749A6D (or 0x749A6D) is known color: Amulet. HEX triplet: 74, 9A and 6D. RGB value is (116,154,109). Sum of RGB (Red+Green+Blue) = 116+154+109=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 154 - color contains mainly: green. Hex color #749A6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749A6D is #8B6592. Grayscale: #898989. Windows color (decimal): -9135507 or 7182964. OLE color: 7182964.

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

Color convert

RGB 116 154 109 -
CMYK 0.25 0 0.29 0.40
HSL 110.67º 0.18% 0.52% -
HSV(B) 110.67º 0.29% 0.6% -
XYZ 21.52 27.93 18.72 -
YUV 137.51 111.91 112.66 -
System Red Green Blue C M Y K H S L
Decimal 116 154 109 0.25 0 0.29 0.40 110.67 0.18 0.52
Hex 74 9A 6D 19 0 1D 28 6F 12 34
Octal 164 232 155 31 0 35 50 157 22 64
Binary 1110100 10011010 1101101 11001 0 11101 101000 1101111 10010 110100

Color Harmonies of #749A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749A6D

Black with #749A6D

Text Example


Text Example

White with #749A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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