Html Css Color HEX #749667 Amulet

📋 copy color: '#749667'

red 116 ◦ green 150 ◦ blue 103

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

Shades of Amulet #749667

Tints of Amulet #749667

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.65%

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

R = 31.44%
G = 40.65%
B = 27.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#749667 (or 0x749667) is known color: Amulet. HEX triplet: 74, 96 and 67. RGB value is (116,150,103). Sum of RGB (Red+Green+Blue) = 116+150+103=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 103 (40.62% from 255 or 27.91% from 369); Max value from RGB is 150 - color contains mainly: green. Hex color #749667 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749667 is #8B6998. Grayscale: #868686. Windows color (decimal): -9136537 or 6788724. OLE color: 6788724.

HSL color Cylindrical-coordinate representation of color #749667: hue angle of 103.4º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #749667 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 116 150 103 -
CMYK 0.23 0 0.31 0.41
HSL 103.4º 0.19% 0.5% -
HSV(B) 103.4º 0.31% 0.59% -
XYZ 20.56 26.5 16.86 -
YUV 134.48 110.24 114.82 -
System Red Green Blue C M Y K H S L
Decimal 116 150 103 0.23 0 0.31 0.41 103.4 0.19 0.5
Hex 74 96 67 17 0 1F 29 67 13 32
Octal 164 226 147 27 0 37 51 147 23 62
Binary 1110100 10010110 1100111 10111 0 11111 101001 1100111 10011 110010

Color Harmonies of #749667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749667

Black with #749667

Text Example


Text Example

White with #749667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749667; }

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

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

background-color css

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

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

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

border-color css

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

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

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