Html Css Color HEX #749F65 Amulet

📋 copy color: '#749F65'

red 116 ◦ green 159 ◦ blue 101

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

Shades of Amulet #749F65

Tints of Amulet #749F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.86%

R = 30.85%
G = 42.29%
B = 26.86%

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

#749F65 (or 0x749F65) is known color: Amulet. HEX triplet: 74, 9F and 65. RGB value is (116,159,101). Sum of RGB (Red+Green+Blue) = 116+159+101=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 159 (62.5% from 255 or 42.29% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 159 - color contains mainly: green. Hex color #749F65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749F65 is #8B609A. Grayscale: #8B8B8B. Windows color (decimal): -9134235 or 6659956. OLE color: 6659956.

HSL color Cylindrical-coordinate representation of color #749F65: hue angle of 104.48º 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 #749F65 is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 159 101 -
CMYK 0.27 0 0.36 0.38
HSL 104.48º 0.23% 0.51% -
HSV(B) 104.48º 0.36% 0.62% -
XYZ 21.95 29.45 16.84 -
YUV 139.53 106.25 111.22 -
System Red Green Blue C M Y K H S L
Decimal 116 159 101 0.27 0 0.36 0.38 104.48 0.23 0.51
Hex 74 9F 65 1B 0 24 26 68 17 33
Octal 164 237 145 33 0 44 46 150 27 63
Binary 1110100 10011111 1100101 11011 0 100100 100110 1101000 10111 110011

Color Harmonies of #749F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749F65

Black with #749F65

Text Example


Text Example

White with #749F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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