#769667

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

Shades of Amulet #769667

Tints of Amulet #769667

Color information

#769667 (or 0x769667) is unknown color: approx Amulet. HEX triplet: 76, 96 and 67. RGB value is (118,150,103). Sum of RGB (Red+Green+Blue) = 118+150+103=371 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.81% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 150 - color contains mainly: green. Hex color #769667 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769667 is #896998. Grayscale: #878787. Windows color (decimal): -9005465 or 6788726. OLE color: 6788726.

HSL color Cylindrical-coordinate representation of color #769667: hue angle of 100.85º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #769667 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB118150103-
CMYK0.2100.310.41
HSL100.85º18.58%49.61%-
HSV(B)100.85º31.33%58.82%-
XYZ20.8326.6416.88-
YUV135.07109.9115.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.81%
GREEN value IS 150 (58.98% from 255) = 40.43%
BLUE value IS 103 (40.62% from 255) = 27.76%
R=31.81%
G=40.43%
B=27.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1181501030.2100.310.41100.8518.5849.61
Hex7696671501F29651332
Octal16622614725037511452362
Binary111011010010110110011110101011111101001110010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769667; }

 p { color: rgb(118,150,103); }

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

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

 a { background-color: rgb(118,150,103); }

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

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

 span { border-color: rgb(118,150,103); }

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