Html Css Color HEX #749F66 Amulet

📋 copy color: '#749F66'

red 116 ◦ green 159 ◦ blue 102

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

Shades of Amulet #749F66

Tints of Amulet #749F66

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.18%

 BLUE value IS 102 (40.23% from 255) = 27.06%

R = 30.77%
G = 42.18%
B = 27.06%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.36

 K value IS 0.38

RGB Variations

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

Color information

#749F66 (or 0x749F66) is known color: Amulet. HEX triplet: 74, 9F and 66. RGB value is (116,159,102). Sum of RGB (Red+Green+Blue) = 116+159+102=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 159 - color contains mainly: green. Hex color #749F66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749F66 is #8B6099. Grayscale: #8B8B8B. Windows color (decimal): -9134234 or 6725492. OLE color: 6725492.

HSL color Cylindrical-coordinate representation of color #749F66: hue angle of 105.26º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #749F66 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 159 102 -
CMYK 0.27 0 0.36 0.38
HSL 105.26º 0.23% 0.51% -
HSV(B) 105.26º 0.36% 0.62% -
XYZ 22 29.47 17.1 -
YUV 139.65 106.75 111.13 -
System Red Green Blue C M Y K H S L
Decimal 116 159 102 0.27 0 0.36 0.38 105.26 0.23 0.51
Hex 74 9F 66 1B 0 24 26 69 17 33
Octal 164 237 146 33 0 44 46 151 27 63
Binary 1110100 10011111 1100110 11011 0 100100 100110 1101001 10111 110011

Color Harmonies of #749F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749F66

Black with #749F66

Text Example


Text Example

White with #749F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,159,102); }

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

background-color css

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

 a { background-color: rgb(116,159,102); }

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

border-color css

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

 span { border-color: rgb(116,159,102); }

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