Html Css Color HEX #799973 Amulet

📋 copy color: '#799973'

red 121 ◦ green 153 ◦ blue 115

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

Shades of Amulet #799973

Tints of Amulet #799973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.56%

R = 31.11%
G = 39.33%
B = 29.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#799973 (or 0x799973) is known color: Amulet. HEX triplet: 79, 99 and 73. RGB value is (121,153,115). Sum of RGB (Red+Green+Blue) = 121+153+115=389 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.11% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 153 - color contains mainly: green. Hex color #799973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799973 is #86668C. Grayscale: #8B8B8B. Windows color (decimal): -8808077 or 7575929. OLE color: 7575929.

HSL color Cylindrical-coordinate representation of color #799973: hue angle of 110.53º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #799973 is Cyan = 0.21, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 121 153 115 -
CMYK 0.21 0 0.25 0.4
HSL 110.53º 0.16% 0.53% -
HSV(B) 110.53º 0.25% 0.6% -
XYZ 22.37 28.09 20.46 -
YUV 139.1 114.4 115.09 -
System Red Green Blue C M Y K H S L
Decimal 121 153 115 0.21 0 0.25 0.4 110.53 0.16 0.53
Hex 79 99 73 15 0 19 28 6F 10 35
Octal 171 231 163 25 0 31 50 157 20 65
Binary 1111001 10011001 1110011 10101 0 11001 101000 1101111 10000 110101

Color Harmonies of #799973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799973

Black with #799973

Text Example


Text Example

White with #799973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799973; }

 p { color: rgb(121,153,115); }

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

background-color css

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

 a { background-color: rgb(121,153,115); }

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

border-color css

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

 span { border-color: rgb(121,153,115); }

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