Html Css Color HEX #739C69 Amulet

📋 copy color: '#739C69'

red 115 ◦ green 156 ◦ blue 105

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

Shades of Amulet #739C69

Tints of Amulet #739C69

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.49%

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

R = 30.59%
G = 41.49%
B = 27.93%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#739C69 (or 0x739C69) is known color: Amulet. HEX triplet: 73, 9C and 69. RGB value is (115,156,105). Sum of RGB (Red+Green+Blue) = 115+156+105=376 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.59% from 376); Green value is 156 (61.33% from 255 or 41.49% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 156 - color contains mainly: green. Hex color #739C69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739C69 is #8C6396. Grayscale: #8A8A8A. Windows color (decimal): -9200535 or 6921331. OLE color: 6921331.

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

Color convert

RGB 115 156 105 -
CMYK 0.26 0 0.33 0.39
HSL 108.24º 0.2% 0.51% -
HSV(B) 108.24º 0.33% 0.61% -
XYZ 21.51 28.44 17.72 -
YUV 137.93 109.42 111.65 -
System Red Green Blue C M Y K H S L
Decimal 115 156 105 0.26 0 0.33 0.39 108.24 0.2 0.51
Hex 73 9C 69 1A 0 21 27 6C 14 33
Octal 163 234 151 32 0 41 47 154 24 63
Binary 1110011 10011100 1101001 11010 0 100001 100111 1101100 10100 110011

Color Harmonies of #739C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739C69

Black with #739C69

Text Example


Text Example

White with #739C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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