Html Css Color HEX #799470 Amulet

📋 copy color: '#799470'

red 121 ◦ green 148 ◦ blue 112

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

Shades of Amulet #799470

Tints of Amulet #799470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.85%

 BLUE value IS 112 (44.14% from 255) = 29.4%

R = 31.76%
G = 38.85%
B = 29.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#799470 (or 0x799470) is known color: Amulet. HEX triplet: 79, 94 and 70. RGB value is (121,148,112). Sum of RGB (Red+Green+Blue) = 121+148+112=381 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.76% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 148 - color contains mainly: green. Hex color #799470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799470 is #866B8F. Grayscale: #878787. Windows color (decimal): -8809360 or 7378041. OLE color: 7378041.

HSL color Cylindrical-coordinate representation of color #799470: hue angle of 105º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #799470 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 148 112 -
CMYK 0.18 0 0.24 0.42
HSL 105º 0.14% 0.51% -
HSV(B) 105º 0.24% 0.58% -
XYZ 21.4 26.41 19.3 -
YUV 135.82 114.55 117.43 -
System Red Green Blue C M Y K H S L
Decimal 121 148 112 0.18 0 0.24 0.42 105 0.14 0.51
Hex 79 94 70 12 0 18 2A 69 E 33
Octal 171 224 160 22 0 30 52 151 16 63
Binary 1111001 10010100 1110000 10010 0 11000 101010 1101001 1110 110011

Color Harmonies of #799470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799470

Black with #799470

Text Example


Text Example

White with #799470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799470; }

 p { color: rgb(121,148,112); }

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

background-color css

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

 a { background-color: rgb(121,148,112); }

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

border-color css

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

 span { border-color: rgb(121,148,112); }

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