Html Css Color HEX #739B64 Amulet

📋 copy color: '#739B64'

red 115 ◦ green 155 ◦ blue 100

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

Shades of Amulet #739B64

Tints of Amulet #739B64

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.89%

 BLUE value IS 100 (39.45% from 255) = 27.03%

R = 31.08%
G = 41.89%
B = 27.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#739B64 (or 0x739B64) is known color: Amulet. HEX triplet: 73, 9B and 64. RGB value is (115,155,100). Sum of RGB (Red+Green+Blue) = 115+155+100=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 155 (60.94% from 255 or 41.89% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 155 - color contains mainly: green. Hex color #739B64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739B64 is #8C649B. Grayscale: #888888. Windows color (decimal): -9200796 or 6593395. OLE color: 6593395.

HSL color Cylindrical-coordinate representation of color #739B64: hue angle of 103.64º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #739B64 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 155 100 -
CMYK 0.26 0 0.35 0.39
HSL 103.64º 0.22% 0.5% -
HSV(B) 103.64º 0.35% 0.61% -
XYZ 21.09 28.01 16.35 -
YUV 136.77 107.25 112.47 -
System Red Green Blue C M Y K H S L
Decimal 115 155 100 0.26 0 0.35 0.39 103.64 0.22 0.5
Hex 73 9B 64 1A 0 23 27 68 16 32
Octal 163 233 144 32 0 43 47 150 26 62
Binary 1110011 10011011 1100100 11010 0 100011 100111 1101000 10110 110010

Color Harmonies of #739B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739B64

Black with #739B64

Text Example


Text Example

White with #739B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,155,100); }

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

background-color css

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

 a { background-color: rgb(115,155,100); }

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

border-color css

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

 span { border-color: rgb(115,155,100); }

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