Html Css Color HEX #749A6E Amulet

📋 copy color: '#749A6E'

red 116 ◦ green 154 ◦ blue 110

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

Shades of Amulet #749A6E

Tints of Amulet #749A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.95%

R = 30.53%
G = 40.53%
B = 28.95%

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

#749A6E (or 0x749A6E) is known color: Amulet. HEX triplet: 74, 9A and 6E. RGB value is (116,154,110). Sum of RGB (Red+Green+Blue) = 116+154+110=380 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.53% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 154 - color contains mainly: green. Hex color #749A6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749A6E is #8B6591. Grayscale: #898989. Windows color (decimal): -9135506 or 7248500. OLE color: 7248500.

HSL color Cylindrical-coordinate representation of color #749A6E: hue angle of 111.82º 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 #749A6E is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 154 110 -
CMYK 0.25 0 0.29 0.40
HSL 111.82º 0.18% 0.52% -
HSV(B) 111.82º 0.29% 0.6% -
XYZ 21.57 27.95 19.01 -
YUV 137.62 112.41 112.58 -
System Red Green Blue C M Y K H S L
Decimal 116 154 110 0.25 0 0.29 0.40 111.82 0.18 0.52
Hex 74 9A 6E 19 0 1D 28 70 12 34
Octal 164 232 156 31 0 35 50 160 22 64
Binary 1110100 10011010 1101110 11001 0 11101 101000 1110000 10010 110100

Color Harmonies of #749A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749A6E

Black with #749A6E

Text Example


Text Example

White with #749A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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