#789969

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

Shades of Amulet #789969

Tints of Amulet #789969

Color information

#789969 (or 0x789969) is unknown color: approx Amulet. HEX triplet: 78, 99 and 69. RGB value is (120,153,105). Sum of RGB (Red+Green+Blue) = 120+153+105=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 153 - color contains mainly: green. Hex color #789969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789969 is #876696. Grayscale: #898989. Windows color (decimal): -8873623 or 6920568. OLE color: 6920568.

HSL color Cylindrical-coordinate representation of color #789969: hue angle of 101.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #789969 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB120153105-
CMYK0.2200.310.4
HSL101.25º19.05%50.59%-
HSV(B)101.25º31.37%60%-
XYZ21.6927.817.59-
YUV137.66109.57115.4-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.75%
GREEN value IS 153 (60.16% from 255) = 40.48%
BLUE value IS 105 (41.41% from 255) = 27.78%
R=31.75%
G=40.48%
B=27.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1201531050.2200.310.4101.2519.0550.59
Hex7899691601F28651333
Octal17023115126037501452363
Binary111100010011001110100110110011111101000110010110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789969; }

 p { color: rgb(120,153,105); }

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

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

 a { background-color: rgb(120,153,105); }

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

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

 span { border-color: rgb(120,153,105); }

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