#799B67

Color #799B67 Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #799B67

Tints of Amulet #799B67

Color information

#799B67 (or 0x799B67) is unknown color: approx Amulet. HEX triplet: 79, 9B and 67. RGB value is (121,155,103). Sum of RGB (Red+Green+Blue) = 121+155+103=379 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.93% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 103 (40.62% from 255 or 27.18% from 379); Max value from RGB is 155 - color contains mainly: green. Hex color #799B67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799B67 is #866498. Grayscale: #8B8B8B. Windows color (decimal): -8807577 or 6790009. OLE color: 6790009.

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

Color convert

RGB121155103-
CMYK0.2200.340.39
HSL99.23º20.63%50.59%-
HSV(B)99.23º33.55%60.78%-
XYZ22.0528.4917.17-
YUV138.91107.74115.23-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.93%
GREEN value IS 155 (60.94% from 255) = 40.90%
BLUE value IS 103 (40.62% from 255) = 27.18%
R=31.93%
G=40.90%
B=27.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1211551030.2200.340.3999.2320.6350.59
Hex799B671602227631533
Octal17123314726042471432563
Binary1111001100110111100111101100100010100111110001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #799B67;
 }
 .AnyTagClassName
 {
   color: #799B67;
 }
</style>
background-color css

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

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

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

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

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

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