Html Css Color HEX #749A67 Amulet

📋 copy color: '#749A67'

red 116 ◦ green 154 ◦ blue 103

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

Shades of Amulet #749A67

Tints of Amulet #749A67

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.29%

 BLUE value IS 103 (40.63% from 255) = 27.61%

R = 31.1%
G = 41.29%
B = 27.61%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#749A67 (or 0x749A67) is known color: Amulet. HEX triplet: 74, 9A and 67. RGB value is (116,154,103). Sum of RGB (Red+Green+Blue) = 116+154+103=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 154 (60.55% from 255 or 41.29% from 373); Blue value is 103 (40.62% from 255 or 27.61% from 373); Max value from RGB is 154 - color contains mainly: green. Hex color #749A67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749A67 is #8B6598. Grayscale: #888888. Windows color (decimal): -9135513 or 6789748. OLE color: 6789748.

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

Color convert

RGB 116 154 103 -
CMYK 0.25 0 0.33 0.40
HSL 104.71º 0.2% 0.5% -
HSV(B) 104.71º 0.33% 0.6% -
XYZ 21.21 27.8 17.08 -
YUV 136.82 108.91 113.15 -
System Red Green Blue C M Y K H S L
Decimal 116 154 103 0.25 0 0.33 0.40 104.71 0.2 0.5
Hex 74 9A 67 19 0 21 28 69 14 32
Octal 164 232 147 31 0 41 50 151 24 62
Binary 1110100 10011010 1100111 11001 0 100001 101000 1101001 10100 110010

Color Harmonies of #749A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749A67

Black with #749A67

Text Example


Text Example

White with #749A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,154,103); }

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

background-color css

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

 a { background-color: rgb(116,154,103); }

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

border-color css

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

 span { border-color: rgb(116,154,103); }

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