Html Css Color HEX #749B68 Amulet

📋 copy color: '#749B68'

red 116 ◦ green 155 ◦ blue 104

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

Shades of Amulet #749B68

Tints of Amulet #749B68

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.33%

 BLUE value IS 104 (41.02% from 255) = 27.73%

R = 30.93%
G = 41.33%
B = 27.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#749B68 (or 0x749B68) is known color: Amulet. HEX triplet: 74, 9B and 68. RGB value is (116,155,104). Sum of RGB (Red+Green+Blue) = 116+155+104=375 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.93% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 155 - color contains mainly: green. Hex color #749B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749B68 is #8B6497. Grayscale: #898989. Windows color (decimal): -9135256 or 6855540. OLE color: 6855540.

HSL color Cylindrical-coordinate representation of color #749B68: hue angle of 105.88º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #749B68 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 155 104 -
CMYK 0.25 0 0.33 0.39
HSL 105.88º 0.2% 0.51% -
HSV(B) 105.88º 0.33% 0.61% -
XYZ 21.42 28.16 17.4 -
YUV 137.53 109.08 112.65 -
System Red Green Blue C M Y K H S L
Decimal 116 155 104 0.25 0 0.33 0.39 105.88 0.2 0.51
Hex 74 9B 68 19 0 21 27 6A 14 33
Octal 164 233 150 31 0 41 47 152 24 63
Binary 1110100 10011011 1101000 11001 0 100001 100111 1101010 10100 110011

Color Harmonies of #749B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749B68

Black with #749B68

Text Example


Text Example

White with #749B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,155,104); }

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

background-color css

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

 a { background-color: rgb(116,155,104); }

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

border-color css

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

 span { border-color: rgb(116,155,104); }

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