Html Css Color HEX #749F6C Amulet

📋 copy color: '#749F6C'

red 116 ◦ green 159 ◦ blue 108

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

Shades of Amulet #749F6C

Tints of Amulet #749F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.2%

R = 30.29%
G = 41.51%
B = 28.2%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#749F6C (or 0x749F6C) is known color: Amulet. HEX triplet: 74, 9F and 6C. RGB value is (116,159,108). Sum of RGB (Red+Green+Blue) = 116+159+108=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 159 - color contains mainly: green. Hex color #749F6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749F6C is #8B6093. Grayscale: #8C8C8C. Windows color (decimal): -9134228 or 7118708. OLE color: 7118708.

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

Color convert

RGB 116 159 108 -
CMYK 0.27 0 0.32 0.38
HSL 110.59º 0.21% 0.52% -
HSV(B) 110.59º 0.32% 0.62% -
XYZ 22.31 29.59 18.72 -
YUV 140.33 109.75 110.65 -
System Red Green Blue C M Y K H S L
Decimal 116 159 108 0.27 0 0.32 0.38 110.59 0.21 0.52
Hex 74 9F 6C 1B 0 20 26 6F 15 34
Octal 164 237 154 33 0 40 46 157 25 64
Binary 1110100 10011111 1101100 11011 0 100000 100110 1101111 10101 110100

Color Harmonies of #749F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749F6C

Black with #749F6C

Text Example


Text Example

White with #749F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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