Html Css Color HEX #799B69 Amulet

📋 copy color: '#799B69'

red 121 ◦ green 155 ◦ blue 105

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

Shades of Amulet #799B69

Tints of Amulet #799B69

RGB

 RED value IS 121 (47.66% from 255) = 31.76%

 GREEN value IS 155 (60.94% from 255) = 40.68%

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

R = 31.76%
G = 40.68%
B = 27.56%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#799B69 (or 0x799B69) is known color: Amulet. HEX triplet: 79, 9B and 69. RGB value is (121,155,105). Sum of RGB (Red+Green+Blue) = 121+155+105=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 155 - color contains mainly: green. Hex color #799B69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799B69 is #866496. Grayscale: #8B8B8B. Windows color (decimal): -8807575 or 6921081. OLE color: 6921081.

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

Color convert

RGB 121 155 105 -
CMYK 0.22 0 0.32 0.39
HSL 100.8º 0.2% 0.51% -
HSV(B) 100.8º 0.32% 0.61% -
XYZ 22.16 28.53 17.7 -
YUV 139.13 108.74 115.07 -
System Red Green Blue C M Y K H S L
Decimal 121 155 105 0.22 0 0.32 0.39 100.8 0.2 0.51
Hex 79 9B 69 16 0 20 27 65 14 33
Octal 171 233 151 26 0 40 47 145 24 63
Binary 1111001 10011011 1101001 10110 0 100000 100111 1100101 10100 110011

Color Harmonies of #799B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799B69

Black with #799B69

Text Example


Text Example

White with #799B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799B69; }

 p { color: rgb(121,155,105); }

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

background-color css

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

 a { background-color: rgb(121,155,105); }

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

border-color css

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

 span { border-color: rgb(121,155,105); }

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