Html Css Color HEX #739F6E Amulet

📋 copy color: '#739F6E'

red 115 ◦ green 159 ◦ blue 110

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

Shades of Amulet #739F6E

Tints of Amulet #739F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.65%

R = 29.95%
G = 41.41%
B = 28.65%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#739F6E (or 0x739F6E) is known color: Amulet. HEX triplet: 73, 9F and 6E. RGB value is (115,159,110). Sum of RGB (Red+Green+Blue) = 115+159+110=384 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.95% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 159 - color contains mainly: green. Hex color #739F6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739F6E is #8C6091. Grayscale: #8C8C8C. Windows color (decimal): -9199762 or 7249779. OLE color: 7249779.

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

Color convert

RGB 115 159 110 -
CMYK 0.28 0 0.31 0.38
HSL 113.88º 0.2% 0.53% -
HSV(B) 113.88º 0.31% 0.62% -
XYZ 22.28 29.57 19.28 -
YUV 140.26 110.92 109.98 -
System Red Green Blue C M Y K H S L
Decimal 115 159 110 0.28 0 0.31 0.38 113.88 0.2 0.53
Hex 73 9F 6E 1C 0 1F 26 72 14 35
Octal 163 237 156 34 0 37 46 162 24 65
Binary 1110011 10011111 1101110 11100 0 11111 100110 1110010 10100 110101

Color Harmonies of #739F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739F6E

Black with #739F6E

Text Example


Text Example

White with #739F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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