Html Css Color HEX #799C6A Amulet

📋 copy color: '#799C6A'

red 121 ◦ green 156 ◦ blue 106

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

Shades of Amulet #799C6A

Tints of Amulet #799C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.68%

R = 31.59%
G = 40.73%
B = 27.68%

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

#799C6A (or 0x799C6A) is known color: Amulet. HEX triplet: 79, 9C and 6A. RGB value is (121,156,106). Sum of RGB (Red+Green+Blue) = 121+156+106=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 156 - color contains mainly: green. Hex color #799C6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799C6A is #866395. Grayscale: #8B8B8B. Windows color (decimal): -8807318 or 6986873. OLE color: 6986873.

HSL color Cylindrical-coordinate representation of color #799C6A: hue angle of 102º 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 #799C6A is Cyan = 0.22, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB 121 156 106 -
CMYK 0.22 0 0.32 0.39
HSL 102º 0.2% 0.51% -
HSV(B) 102º 0.32% 0.61% -
XYZ 22.38 28.88 18.03 -
YUV 139.84 108.9 114.57 -
System Red Green Blue C M Y K H S L
Decimal 121 156 106 0.22 0 0.32 0.39 102 0.2 0.51
Hex 79 9C 6A 16 0 20 27 66 14 33
Octal 171 234 152 26 0 40 47 146 24 63
Binary 1111001 10011100 1101010 10110 0 100000 100111 1100110 10100 110011

Color Harmonies of #799C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799C6A

Black with #799C6A

Text Example


Text Example

White with #799C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,156,106); }

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

background-color css

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

 a { background-color: rgb(121,156,106); }

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

border-color css

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

 span { border-color: rgb(121,156,106); }

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