Html Css Color HEX #749969 Amulet

📋 copy color: '#749969'

red 116 ◦ green 153 ◦ blue 105

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

Shades of Amulet #749969

Tints of Amulet #749969

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.91%

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

R = 31.02%
G = 40.91%
B = 28.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#749969 (or 0x749969) is known color: Amulet. HEX triplet: 74, 99 and 69. RGB value is (116,153,105). Sum of RGB (Red+Green+Blue) = 116+153+105=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 153 - color contains mainly: green. Hex color #749969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749969 is #8B6696. Grayscale: #888888. Windows color (decimal): -9135767 or 6920564. OLE color: 6920564.

HSL color Cylindrical-coordinate representation of color #749969: hue angle of 106.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #749969 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 116 153 105 -
CMYK 0.24 0 0.31 0.4
HSL 106.25º 0.19% 0.51% -
HSV(B) 106.25º 0.31% 0.6% -
XYZ 21.14 27.52 17.56 -
YUV 136.47 110.24 113.4 -
System Red Green Blue C M Y K H S L
Decimal 116 153 105 0.24 0 0.31 0.4 106.25 0.19 0.51
Hex 74 99 69 18 0 1F 28 6A 13 33
Octal 164 231 151 30 0 37 50 152 23 63
Binary 1110100 10011001 1101001 11000 0 11111 101000 1101010 10011 110011

Color Harmonies of #749969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749969

Black with #749969

Text Example


Text Example

White with #749969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749969; }

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

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

background-color css

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

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

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

border-color css

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

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

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