Html Css Color HEX #749F68 Amulet

📋 copy color: '#749F68'

red 116 ◦ green 159 ◦ blue 104

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

Shades of Amulet #749F68

Tints of Amulet #749F68

RGB

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

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

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

R = 30.61%
G = 41.95%
B = 27.44%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#749F68 (or 0x749F68) is known color: Amulet. HEX triplet: 74, 9F and 68. RGB value is (116,159,104). Sum of RGB (Red+Green+Blue) = 116+159+104=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 159 (62.5% from 255 or 41.95% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 159 - color contains mainly: green. Hex color #749F68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749F68 is #8B6097. Grayscale: #8C8C8C. Windows color (decimal): -9134232 or 6856564. OLE color: 6856564.

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

Color convert

RGB 116 159 104 -
CMYK 0.27 0 0.35 0.38
HSL 106.91º 0.22% 0.52% -
HSV(B) 106.91º 0.35% 0.62% -
XYZ 22.1 29.51 17.63 -
YUV 139.87 107.75 110.97 -
System Red Green Blue C M Y K H S L
Decimal 116 159 104 0.27 0 0.35 0.38 106.91 0.22 0.52
Hex 74 9F 68 1B 0 23 26 6B 16 34
Octal 164 237 150 33 0 43 46 153 26 64
Binary 1110100 10011111 1101000 11011 0 100011 100110 1101011 10110 110100

Color Harmonies of #749F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749F68

Black with #749F68

Text Example


Text Example

White with #749F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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