Html Css Color HEX #739F70 Amulet

📋 copy color: '#739F70'

red 115 ◦ green 159 ◦ blue 112

#739F70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amulet #739F70

Tints of Amulet #739F70

RGB

 RED value IS 115 (45.31% from 255) = 29.79%

 GREEN value IS 159 (62.5% from 255) = 41.19%

 BLUE value IS 112 (44.14% from 255) = 29.02%

R = 29.79%
G = 41.19%
B = 29.02%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#739F70 (or 0x739F70) is known color: Amulet. HEX triplet: 73, 9F and 70. RGB value is (115,159,112). Sum of RGB (Red+Green+Blue) = 115+159+112=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 159 - color contains mainly: green. Hex color #739F70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739F70 is #8C608F. Grayscale: #8C8C8C. Windows color (decimal): -9199760 or 7380851. OLE color: 7380851.

HSL color Cylindrical-coordinate representation of color #739F70: hue angle of 116.17º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #739F70 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 159 112 -
CMYK 0.28 0 0.30 0.38
HSL 116.17º 0.2% 0.53% -
HSV(B) 116.17º 0.3% 0.62% -
XYZ 22.39 29.61 19.86 -
YUV 140.49 111.92 109.82 -
System Red Green Blue C M Y K H S L
Decimal 115 159 112 0.28 0 0.30 0.38 116.17 0.2 0.53
Hex 73 9F 70 1C 0 1E 26 74 14 35
Octal 163 237 160 34 0 36 46 164 24 65
Binary 1110011 10011111 1110000 11100 0 11110 100110 1110100 10100 110101

Color Harmonies of #739F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739F70

Black with #739F70

Text Example


Text Example

White with #739F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739F70; }

 p { color: rgb(115,159,112); }

 H1.HeaderClassName
 {
   color: #739F70;
 }
 .AnyTagClassName
 {
   color: #739F70;
 }
</style>

background-color css

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

 a { background-color: rgb(115,159,112); }

 div.DivClassName
 {
   background-color: #739F70;
 }
 .BgClassName
 {
   background-color: #739F70;
 }
</style>

border-color css

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

 span { border-color: rgb(115,159,112); }

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