#769572

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

Shades of Amulet #769572

Tints of Amulet #769572

Color information

#769572 (or 0x769572) is unknown color: approx Amulet. HEX triplet: 76, 95 and 72. RGB value is (118,149,114). Sum of RGB (Red+Green+Blue) = 118+149+114=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 149 - color contains mainly: green. Hex color #769572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769572 is #896A8D. Grayscale: #878787. Windows color (decimal): -9005710 or 7509366. OLE color: 7509366.

HSL color Cylindrical-coordinate representation of color #769572: hue angle of 113.14º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #769572 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB118149114-
CMYK0.2100.230.42
HSL113.14º14.17%51.57%-
HSV(B)113.14º23.49%58.43%-
XYZ21.2626.5619.93-
YUV135.74115.73115.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 30.97%
GREEN value IS 149 (58.59% from 255) = 39.11%
BLUE value IS 114 (44.92% from 255) = 29.92%
R=30.97%
G=39.11%
B=29.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181491140.2100.230.42113.1414.1751.57
Hex769572150172A71e34
Octal16622516225027521611664
Binary11101101001010111100101010101011110101011100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769572; }

 p { color: rgb(118,149,114); }

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

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

 a { background-color: rgb(118,149,114); }

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

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

 span { border-color: rgb(118,149,114); }

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