Html Css Color HEX #739D69 Amulet

📋 copy color: '#739D69'

red 115 ◦ green 157 ◦ blue 105

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

Shades of Amulet #739D69

Tints of Amulet #739D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 27.85%

R = 30.5%
G = 41.64%
B = 27.85%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#739D69 (or 0x739D69) is known color: Amulet. HEX triplet: 73, 9D and 69. RGB value is (115,157,105). Sum of RGB (Red+Green+Blue) = 115+157+105=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 157 - color contains mainly: green. Hex color #739D69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739D69 is #8C6296. Grayscale: #8A8A8A. Windows color (decimal): -9200279 or 6921587. OLE color: 6921587.

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

Color convert

RGB 115 157 105 -
CMYK 0.27 0 0.33 0.38
HSL 108.46º 0.21% 0.51% -
HSV(B) 108.46º 0.33% 0.62% -
XYZ 21.68 28.78 17.78 -
YUV 138.51 109.09 111.23 -
System Red Green Blue C M Y K H S L
Decimal 115 157 105 0.27 0 0.33 0.38 108.46 0.21 0.51
Hex 73 9D 69 1B 0 21 26 6C 15 33
Octal 163 235 151 33 0 41 46 154 25 63
Binary 1110011 10011101 1101001 11011 0 100001 100110 1101100 10101 110011

Color Harmonies of #739D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739D69

Black with #739D69

Text Example


Text Example

White with #739D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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