Html Css Color HEX #739D71 Amulet

📋 copy color: '#739D71'

red 115 ◦ green 157 ◦ blue 113

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

Shades of Amulet #739D71

Tints of Amulet #739D71

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.78%

 BLUE value IS 113 (44.53% from 255) = 29.35%

R = 29.87%
G = 40.78%
B = 29.35%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#739D71 (or 0x739D71) is known color: Amulet. HEX triplet: 73, 9D and 71. RGB value is (115,157,113). Sum of RGB (Red+Green+Blue) = 115+157+113=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 157 - color contains mainly: green. Hex color #739D71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739D71 is #8C628E. Grayscale: #8B8B8B. Windows color (decimal): -9200271 or 7445875. OLE color: 7445875.

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

Color convert

RGB 115 157 113 -
CMYK 0.27 0 0.28 0.38
HSL 117.27º 0.18% 0.53% -
HSV(B) 117.27º 0.28% 0.62% -
XYZ 22.11 28.95 20.05 -
YUV 139.43 113.09 110.58 -
System Red Green Blue C M Y K H S L
Decimal 115 157 113 0.27 0 0.28 0.38 117.27 0.18 0.53
Hex 73 9D 71 1B 0 1C 26 75 12 35
Octal 163 235 161 33 0 34 46 165 22 65
Binary 1110011 10011101 1110001 11011 0 11100 100110 1110101 10010 110101

Color Harmonies of #739D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739D71

Black with #739D71

Text Example


Text Example

White with #739D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,157,113); }

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

background-color css

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

 a { background-color: rgb(115,157,113); }

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

border-color css

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

 span { border-color: rgb(115,157,113); }

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