#769F65

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

Shades of Amulet #769F65

Tints of Amulet #769F65

Color information

#769F65 (or 0x769F65) is unknown color: approx Amulet. HEX triplet: 76, 9F and 65. RGB value is (118,159,101). Sum of RGB (Red+Green+Blue) = 118+159+101=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 159 - color contains mainly: green. Hex color #769F65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769F65 is #89609A. Grayscale: #8C8C8C. Windows color (decimal): -9003163 or 6659958. OLE color: 6659958.

HSL color Cylindrical-coordinate representation of color #769F65: hue angle of 102.41º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #769F65 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB118159101-
CMYK0.2600.360.38
HSL102.41º23.2%50.98%-
HSV(B)102.41º36.48%62.35%-
XYZ22.2229.5916.85-
YUV140.13105.92112.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.22%
GREEN value IS 159 (62.5% from 255) = 42.06%
BLUE value IS 101 (39.84% from 255) = 26.72%
R=31.22%
G=42.06%
B=26.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1181591010.2600.360.38102.4123.250.98
Hex769F651A02426661733
Octal16623714532044461462763
Binary1110110100111111100101110100100100100110110011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769F65; }

 p { color: rgb(118,159,101); }

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

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

 a { background-color: rgb(118,159,101); }

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

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

 span { border-color: rgb(118,159,101); }

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