Html Css Color HEX #749C69 Amulet

📋 copy color: '#749C69'

red 116 ◦ green 156 ◦ blue 105

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

Shades of Amulet #749C69

Tints of Amulet #749C69

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.38%

 BLUE value IS 105 (41.41% from 255) = 27.85%

R = 30.77%
G = 41.38%
B = 27.85%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#749C69 (or 0x749C69) is known color: Amulet. HEX triplet: 74, 9C and 69. RGB value is (116,156,105). Sum of RGB (Red+Green+Blue) = 116+156+105=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 156 - color contains mainly: green. Hex color #749C69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749C69 is #8B6396. Grayscale: #8A8A8A. Windows color (decimal): -9134999 or 6921332. OLE color: 6921332.

HSL color Cylindrical-coordinate representation of color #749C69: hue angle of 107.06º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #749C69 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 116 156 105 -
CMYK 0.26 0 0.33 0.39
HSL 107.06º 0.2% 0.51% -
HSV(B) 107.06º 0.33% 0.61% -
XYZ 21.64 28.51 17.73 -
YUV 138.23 109.25 112.15 -
System Red Green Blue C M Y K H S L
Decimal 116 156 105 0.26 0 0.33 0.39 107.06 0.2 0.51
Hex 74 9C 69 1A 0 21 27 6B 14 33
Octal 164 234 151 32 0 41 47 153 24 63
Binary 1110100 10011100 1101001 11010 0 100001 100111 1101011 10100 110011

Color Harmonies of #749C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749C69

Black with #749C69

Text Example


Text Example

White with #749C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,156,105); }

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

background-color css

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

 a { background-color: rgb(116,156,105); }

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

border-color css

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

 span { border-color: rgb(116,156,105); }

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