#739869

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

Shades of Amulet #739869

Tints of Amulet #739869

Color information

#739869 (or 0x739869) is unknown color: approx Amulet. HEX triplet: 73, 98 and 69. RGB value is (115,152,105). Sum of RGB (Red+Green+Blue) = 115+152+105=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 152 - color contains mainly: green. Hex color #739869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739869 is #8C6796. Grayscale: #878787. Windows color (decimal): -9201559 or 6920307. OLE color: 6920307.

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

Color convert

RGB115152105-
CMYK0.2400.310.40
HSL107.23º18.58%50.39%-
HSV(B)107.23º30.92%59.61%-
XYZ20.8527.1217.5-
YUV135.58110.74113.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.91%
GREEN value IS 152 (59.77% from 255) = 40.86%
BLUE value IS 105 (41.41% from 255) = 28.23%
R=30.91%
G=40.86%
B=28.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1151521050.2400.310.40107.2318.5850.39
Hex7398691801F286b1332
Octal16323015130037501532362
Binary111001110011000110100111000011111101000110101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739869; }

 p { color: rgb(115,152,105); }

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

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

 a { background-color: rgb(115,152,105); }

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

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

 span { border-color: rgb(115,152,105); }

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